summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-09-11 00:13:17 -0400
committerGitHub <noreply@github.com>2023-09-11 00:13:17 -0400
commit6256742f816132cc439beff14ad2db9dad016d24 (patch)
treeb0e5e2cfc23197710abff07d5aff58f48af244f7 /Cargo.lock
parent494bed6ee2c5e5eb5e6050543e283f750269bd58 (diff)
deps: bump sysinfo to =0.29.10 (#1298)
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 01c20c8e..928df270 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1249,9 +1249,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.29.8"
+version = "0.29.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528"
+checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
dependencies = [
"cfg-if",
"core-foundation-sys",