summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6fe4e025..7963c18a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1292,9 +1292,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.28.2"
+version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3e847e2de7a137c8c2cede5095872dbb00f4f9bf34d061347e36b43322acd56"
+checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1"
dependencies = [
"cfg-if",
"core-foundation-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 3a8eed32..474daa70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ default-features = false
features = []
[dependencies.sysinfo]
-version = "0.28.2"
+version = "0.29.0"
# no default features to disable the use of threads
default-features = false
features = []