mirror of
https://github.com/starship/starship.git
synced 2025-03-12 05:59:17 +01:00
build(deps): update rust crate terminal_size to 0.4.2
This commit is contained in:
parent
5d13f874f2
commit
d6ed4c6192
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -2795,9 +2795,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustix"
|
name = "rustix"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "17f8dcd64f141950290e45c99f7710ede1b600297c91818bb30b3667c0f45dc0"
|
checksum = "dade4812df5c384711475be5fcd8c162555352945401aed22a35bffeab61f657"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.8.0",
|
"bitflags 2.8.0",
|
||||||
"errno 0.3.10",
|
"errno 0.3.10",
|
||||||
@ -3242,17 +3242,17 @@ dependencies = [
|
|||||||
"fastrand",
|
"fastrand",
|
||||||
"getrandom 0.3.1",
|
"getrandom 0.3.1",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rustix 1.0.0",
|
"rustix 1.0.1",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "terminal_size"
|
name = "terminal_size"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
|
checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustix 0.38.44",
|
"rustix 1.0.1",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ shadow-rs = { version = "0.38.1", default-features = false }
|
|||||||
starship-battery = { version = "0.10.0", optional = true }
|
starship-battery = { version = "0.10.0", optional = true }
|
||||||
strsim = "0.11.1"
|
strsim = "0.11.1"
|
||||||
systemstat = "=0.2.4"
|
systemstat = "=0.2.4"
|
||||||
terminal_size = "0.4.1"
|
terminal_size = "0.4.2"
|
||||||
toml = { version = "0.8.20", features = ["preserve_order"] }
|
toml = { version = "0.8.20", features = ["preserve_order"] }
|
||||||
toml_edit = "0.22.24"
|
toml_edit = "0.22.24"
|
||||||
unicode-segmentation = "1.12.0"
|
unicode-segmentation = "1.12.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user