From 9864a53df0465d59d586cb2ec8ecb99a0ad323a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:16:57 +0000 Subject: [PATCH] chore(deps): update rust crate sysinfo to 0.32.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4eb7812..6d4ace5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ clap = { version = "4.5.4", features = ["wrap_help", "cargo"] } clap_complete = "4.5.2" clap_mangen = "0.2.20" regex = "1.10.4" -sysinfo = "0.31.0" +sysinfo = "0.32.0" libc = "0.2.154" phf = "0.11.2" phf_codegen = "0.11.2"