mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
build(deps): update rust crate terminal_size to 0.2.5
This commit is contained in:
parent
c6b77adf61
commit
f18bdaa522
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2965,12 +2965,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "terminal_size"
|
||||
version = "0.2.3"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
|
||||
checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
|
||||
dependencies = [
|
||||
"rustix",
|
||||
"windows-sys 0.42.0",
|
||||
"windows-sys 0.45.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -79,7 +79,7 @@ shadow-rs = { version = "0.20.0", default-features = false }
|
||||
starship-battery = { version = "0.7.9", optional = true }
|
||||
strsim = "0.10.0"
|
||||
systemstat = "=0.2.3"
|
||||
terminal_size = "0.2.3"
|
||||
terminal_size = "0.2.5"
|
||||
toml = { version = "0.7.2", features = ["preserve_order"] }
|
||||
toml_edit = "0.19.3"
|
||||
unicode-segmentation = "1.10.1"
|
||||
|
Loading…
Reference in New Issue
Block a user