summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-02-21 11:36:12 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-02-21 11:36:12 +0800
commit0b6b52f02b72641a4954838fd9e2ea4fd0447e2d (patch)
treef3c57d43ab8e1898047090ae84a2f9127e7536fd
parentf9df02420d7bd4e492c4a9130833fdf31e739909 (diff)
upgrade sysinfo
-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 b06508c..8db6bb5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -754,9 +754,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.22.5"
+version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f1bfab07306a27332451a662ca9c8156e3a9986f82660ba9c8e744fe8455d43"
+checksum = "92d82ade9d6621d4ca052a00bb6ea9ed513d223cba75a84625c5e9c0698ab6f5"
dependencies = [
"cfg-if",
"core-foundation-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 3c4e5ed..ab64366 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ open = { version = "2.0.0", optional = true }
wild = "2.0.4"
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]
-sysinfo = { version = "0.22.3", default-features = false }
+sysinfo = { version = "0.23.2", default-features = false }
[[bin]]
name="dua"