deps: bump sysinfo to =0.29.0 (#1135)
This commit is contained in:
parent
3239bce86b
commit
f00d09ded5
|
@ -1240,9 +1240,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.28.4"
|
||||
version = "0.29.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
|
||||
checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"core-foundation-sys",
|
||||
|
|
|
@ -97,7 +97,7 @@ once_cell = "1.17.1"
|
|||
regex = "1.8.1"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
starship-battery = { version = "0.8.0", optional = true }
|
||||
sysinfo = "0.28.4"
|
||||
sysinfo = "=0.29.0"
|
||||
thiserror = "1.0.40"
|
||||
time = { version = "0.3.20", features = ["formatting", "macros"] }
|
||||
toml_edit = { version = "0.19.8", features = ["serde"] }
|
||||
|
|
Loading…
Reference in New Issue