summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-07 01:32:25 -0400
committerGitHub <noreply@github.com>2023-05-07 01:32:25 -0400
commitf00d09ded5126d2ee3db9eff2840cfd33a7ead05 (patch)
treed9227d85323ae17a5bbd112fdc476a9e7351215e
parent3239bce86b873441bd207a265b7c4dea5100cd96 (diff)
deps: bump sysinfo to =0.29.0 (#1135)
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b021a3d1..3eb48b34 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index a1ef8d9d..3b40da7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }