Răsfoiți Sursa

build(deps): bump terminal_size from 0.4.1 to 0.4.2

Bumps [terminal_size](https://github.com/eminence/terminal-size) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/eminence/terminal-size/releases)
- [Commits](https://github.com/eminence/terminal-size/compare/v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: terminal_size
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 11 luni în urmă
părinte
comite
bdc64313da
2 a modificat fișierele cu 25 adăugiri și 6 ștergeri
  1. 24 5
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 24 - 5
Cargo.lock

@@ -860,6 +860,12 @@ version = "0.4.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 
 
+[[package]]
+name = "linux-raw-sys"
+version = "0.9.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
+
 [[package]]
 [[package]]
 name = "litemap"
 name = "litemap"
 version = "0.7.4"
 version = "0.7.4"
@@ -1277,7 +1283,20 @@ dependencies = [
  "bitflags",
  "bitflags",
  "errno",
  "errno",
  "libc",
  "libc",
- "linux-raw-sys",
+ "linux-raw-sys 0.4.15",
+ "windows-sys 0.59.0",
+]
+
+[[package]]
+name = "rustix"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825"
+dependencies = [
+ "bitflags",
+ "errno",
+ "libc",
+ "linux-raw-sys 0.9.2",
  "windows-sys 0.59.0",
  "windows-sys 0.59.0",
 ]
 ]
 
 
@@ -1449,17 +1468,17 @@ dependencies = [
  "fastrand",
  "fastrand",
  "getrandom 0.3.1",
  "getrandom 0.3.1",
  "once_cell",
  "once_cell",
- "rustix",
+ "rustix 0.38.44",
  "windows-sys 0.59.0",
  "windows-sys 0.59.0",
 ]
 ]
 
 
 [[package]]
 [[package]]
 name = "terminal_size"
 name = "terminal_size"
-version = "0.4.1"
+version = "0.4.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
+checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
 dependencies = [
 dependencies = [
- "rustix",
+ "rustix 1.0.2",
  "windows-sys 0.59.0",
  "windows-sys 0.59.0",
 ]
 ]
 
 

+ 1 - 1
Cargo.toml

@@ -103,7 +103,7 @@ percent-encoding = "2.3.1"
 phf = { version = "0.11.2", features = ["macros"] }
 phf = { version = "0.11.2", features = ["macros"] }
 plist = { version = "1.7.0", default-features = false }
 plist = { version = "1.7.0", default-features = false }
 uutils_term_grid = "0.6.0"
 uutils_term_grid = "0.6.0"
-terminal_size = "0.4.1"
+terminal_size = "0.4.2"
 timeago = { version = "0.4.2", default-features = false }
 timeago = { version = "0.4.2", default-features = false }
 unicode-width = "0.2"
 unicode-width = "0.2"
 zoneinfo_compiled = "0.5.1"
 zoneinfo_compiled = "0.5.1"