From a44859d6b2afe229da7b0200c46e2ccba31ea2a1 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 30 Jul 2024 05:33:42 +0000 Subject: [PATCH] sysinfo 0.29 --- Cargo.lock | 19 ++----------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8a84f6..db4fb22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ dependencies = [ "rand", "rust-embed", "sha2", - "sysinfo 0.28.4", + "sysinfo", "tempfile", "test-with", "which", @@ -2263,21 +2263,6 @@ dependencies = [ "unicode-xid", ] -[[package]] -name = "sysinfo" -version = "0.28.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b" -dependencies = [ - "cfg-if", - "core-foundation-sys", - "libc", - "ntapi", - "once_cell", - "rayon", - "winapi", -] - [[package]] name = "sysinfo" version = "0.29.11" @@ -2350,7 +2335,7 @@ dependencies = [ "regex", "reqwest", "syn 2.0.72", - "sysinfo 0.29.11", + "sysinfo", "users", "which", ] diff --git a/Cargo.toml b/Cargo.toml index 279561f..416f1bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ lazy_static = "1" rust-embed = "8" # GnuPG coexistence -sysinfo = "0.28" +sysinfo = "0.29" [dev-dependencies] flate2 = "1"