1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

build(deps): update rust crate terminal_size to 0.2.6

This commit is contained in:
renovate[bot] 2023-04-03 06:21:06 +00:00 committed by GitHub
parent d29ce7c45d
commit dc7bc701b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 5 deletions

17
Cargo.lock generated
View File

@ -2925,12 +2925,12 @@ dependencies = [
[[package]]
name = "terminal_size"
version = "0.2.5"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
dependencies = [
"rustix 0.36.4",
"windows-sys 0.45.0",
"rustix 0.37.4",
"windows-sys 0.48.0",
]
[[package]]
@ -3491,6 +3491,15 @@ dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"

View File

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