summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parent0bf969f7017f34e626ee892f24e7bacc62e0a5c5 (diff)
upgrade sysinfo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea65f20..9ae4d56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ open = { version = "1.2.2", optional = true }
wild = "2.0.4"
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]
-sysinfo = { version = "0.18.2", default-features = false }
+sysinfo = { version = "0.19.0", default-features = false }
[[bin]]
name="dua"