build(deps): update rust crate terminal_size to 0.2.5

This commit is contained in:
renovate[bot] 2023-02-15 01:20:10 +00:00 committed by GitHub
parent c6b77adf61
commit f18bdaa522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2965,12 +2965,12 @@ dependencies = [
[[package]] [[package]]
name = "terminal_size" name = "terminal_size"
version = "0.2.3" version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907" checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
dependencies = [ dependencies = [
"rustix", "rustix",
"windows-sys 0.42.0", "windows-sys 0.45.0",
] ]
[[package]] [[package]]

View File

@ -79,7 +79,7 @@ shadow-rs = { version = "0.20.0", default-features = false }
starship-battery = { version = "0.7.9", optional = true } starship-battery = { version = "0.7.9", optional = true }
strsim = "0.10.0" strsim = "0.10.0"
systemstat = "=0.2.3" systemstat = "=0.2.3"
terminal_size = "0.2.3" terminal_size = "0.2.5"
toml = { version = "0.7.2", features = ["preserve_order"] } toml = { version = "0.7.2", features = ["preserve_order"] }
toml_edit = "0.19.3" toml_edit = "0.19.3"
unicode-segmentation = "1.10.1" unicode-segmentation = "1.10.1"