1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-05 21:07:52 +00:00

build(deps): update rust crate terminal_size to 0.2.3

This commit is contained in:
renovate[bot] 2022-11-29 06:11:25 +00:00
parent 41710889ed
commit fcf7179425
2 changed files with 8 additions and 34 deletions

40
Cargo.lock generated
View File

@ -1527,12 +1527,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "io-lifetimes"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"
[[package]]
name = "io-lifetimes"
version = "1.0.1"
@ -1550,8 +1544,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"
dependencies = [
"hermit-abi 0.2.6",
"io-lifetimes 1.0.1",
"rustix 0.36.4",
"io-lifetimes",
"rustix",
"windows-sys 0.42.0",
]
@ -1630,12 +1624,6 @@ version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
version = "0.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
[[package]]
name = "linux-raw-sys"
version = "0.1.3"
@ -2475,20 +2463,6 @@ dependencies = [
"ordered-multimap",
]
[[package]]
name = "rustix"
version = "0.35.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada"
dependencies = [
"bitflags",
"errno",
"io-lifetimes 0.7.3",
"libc",
"linux-raw-sys 0.0.46",
"windows-sys 0.36.1",
]
[[package]]
name = "rustix"
version = "0.36.4"
@ -2497,9 +2471,9 @@ checksum = "cb93e85278e08bb5788653183213d3a60fc242b10cb9be96586f5a73dcb67c23"
dependencies = [
"bitflags",
"errno",
"io-lifetimes 1.0.1",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.3",
"linux-raw-sys",
"windows-sys 0.42.0",
]
@ -2937,11 +2911,11 @@ dependencies = [
[[package]]
name = "terminal_size"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40ca90c434fd12083d1a6bdcbe9f92a14f96c8a1ba600ba451734ac334521f7a"
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
dependencies = [
"rustix 0.35.9",
"rustix",
"windows-sys 0.42.0",
]

View File

@ -80,7 +80,7 @@ shadow-rs = { version = "0.18.0", default-features = false }
starship-battery = { version = "0.7.9", optional = true }
strsim = "0.10.0"
systemstat = "=0.2.2"
terminal_size = "0.2.2"
terminal_size = "0.2.3"
toml = { version = "0.5.9", features = ["preserve_order"] }
toml_edit = "0.15.0"
unicode-segmentation = "1.10.0"