Jelajahi Sumber

build(deps): bump terminal_size from 0.3.0 to 0.4.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 tahun lalu
induk
melakukan
d805c1f71e
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 3 3
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 3 - 3
Cargo.lock

@@ -1435,12 +1435,12 @@ dependencies = [
 
 [[package]]
 name = "terminal_size"
-version = "0.3.0"
+version = "0.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
+checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
 dependencies = [
  "rustix",
- "windows-sys 0.48.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]

+ 1 - 1
Cargo.toml

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