summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-09 00:03:23 -0400
committerGitHub <noreply@github.com>2023-06-09 00:03:23 -0400
commit38d7d0fbc6c29ae2a64f26d6f1bb7783e90fe502 (patch)
tree6cd22161e5876cc08507e7a763503c3a5143ae0c
parentf0249c61c30537426b4800d48f320de5bfe2e281 (diff)
deps: bump sysinfo to =0.29.2 (#1193)
-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 9da8ab7f..e5c9d9ff 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1177,9 +1177,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.29.0"
+version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1"
+checksum = "9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695"
dependencies = [
"cfg-if",
"core-foundation-sys",
diff --git a/Cargo.toml b/Cargo.toml
index aafc7dfa..d624dc3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,7 +97,7 @@ once_cell = "1.17.2"
regex = "1.8.3"
serde = { version = "1.0.163", features = ["derive"] }
starship-battery = { version = "0.8.0", optional = true }
-sysinfo = "=0.29.0"
+sysinfo = "0.29.2"
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.10", features = ["serde"] }