summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parentf9df02420d7bd4e492c4a9130833fdf31e739909 (diff)
upgrade sysinfo
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 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",