From d78b259806e57aa2d5d5b12aa4920f0a2198addd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 04:47:32 +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 43cbddb..b0a3f69 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"