build(deps): update rust crate terminal_size to 0.4.2

This commit is contained in:
renovate[bot] 2025-03-09 02:00:02 +00:00 committed by GitHub
parent 5d13f874f2
commit d6ed4c6192
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -2795,9 +2795,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f8dcd64f141950290e45c99f7710ede1b600297c91818bb30b3667c0f45dc0"
checksum = "dade4812df5c384711475be5fcd8c162555352945401aed22a35bffeab61f657"
dependencies = [
"bitflags 2.8.0",
"errno 0.3.10",
@ -3242,17 +3242,17 @@ dependencies = [
"fastrand",
"getrandom 0.3.1",
"once_cell",
"rustix 1.0.0",
"rustix 1.0.1",
"windows-sys 0.59.0",
]
[[package]]
name = "terminal_size"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
dependencies = [
"rustix 0.38.44",
"rustix 1.0.1",
"windows-sys 0.59.0",
]

View File

@ -79,7 +79,7 @@ shadow-rs = { version = "0.38.1", default-features = false }
starship-battery = { version = "0.10.0", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.4"
terminal_size = "0.4.1"
terminal_size = "0.4.2"
toml = { version = "0.8.20", features = ["preserve_order"] }
toml_edit = "0.22.24"
unicode-segmentation = "1.12.0"