build(deps): update rust crate terminal_size to 0.3.0 (#5444)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-15 15:24:30 +02:00 committed by GitHub
parent 81c7d0cc58
commit c6da99c1f2
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

@ -2889,11 +2889,11 @@ dependencies = [
[[package]]
name = "terminal_size"
version = "0.2.6"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
"rustix 0.37.21",
"rustix 0.38.11",
"windows-sys",
]

View File

@ -79,7 +79,7 @@ shadow-rs = { version = "0.23.0", default-features = false }
starship-battery = { version = "0.8.2", optional = true }
strsim = "0.10.0"
systemstat = "=0.2.3"
terminal_size = "0.2.6"
terminal_size = "0.3.0"
toml = { version = "0.8.0", features = ["preserve_order"] }
toml_edit = "0.20.0"
unicode-segmentation = "1.10.1"