summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-30 07:43:19 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-30 07:43:19 +0800
commite1b8a01579e211c268356ea25c56cfb9391ca717 (patch)
tree31291bc46b06d393ce1c47c7d9ea4d8dfbbcbcc5 /Cargo.lock
parent0bf969f7017f34e626ee892f24e7bacc62e0a5c5 (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 e45304d..99eb961 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -740,9 +740,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.18.2"
+version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d404aefa651a24a7f2a1190fec9fb6380ba84ac511a6fefad79eb0e63d39a97d"
+checksum = "41c72bb3368a39bb153f226d8dd426ee33d54bc31f44037c078391b4a0b8dc04"
dependencies = [
"cfg-if",
"core-foundation-sys",