summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-11-28 03:37:50 +0000
committerGitHub <noreply@github.com>2023-11-27 22:37:50 -0500
commitcf447e6a4ee7a9ac898f85e379e4acbedcda595e (patch)
treec62f82aff8d308b0fc4cf2de62c851654cc861f3 /Cargo.lock
parent46b7881fb0d13034567278af6712ac601319bc59 (diff)
deps: update sysinfo to 0.29.11 (#1337)
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 c0b09892..d25164a4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1258,9 +1258,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.29.10"
+version = "0.29.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
+checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
dependencies = [
"cfg-if",
"core-foundation-sys",