mirror of
https://github.com/starship/starship.git
synced 2024-11-24 17:23:49 +01:00
build(deps): update rust crate terminal_size to 0.4.0
This commit is contained in:
parent
b702b3ad88
commit
1326e61a83
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2896,12 +2896,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "terminal_size"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
||||
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
|
||||
dependencies = [
|
||||
"rustix",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -79,7 +79,7 @@ shadow-rs = { version = "0.35.0", default-features = false }
|
||||
starship-battery = { version = "0.10.0", optional = true }
|
||||
strsim = "0.11.1"
|
||||
systemstat = "=0.2.3"
|
||||
terminal_size = "0.3.0"
|
||||
terminal_size = "0.4.0"
|
||||
toml = { version = "0.8.19", features = ["preserve_order"] }
|
||||
toml_edit = "0.22.22"
|
||||
unicode-segmentation = "1.11.0"
|
||||
|
Loading…
Reference in New Issue
Block a user