From bcedb8e8480d4f59dddf39ef16a3cf6641c539de Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 31 Jul 2024 12:53:19 +0000 Subject: [PATCH] Update Rust crate sysinfo to 0.31.0 PR created by Renovate Bot. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c266f9a..f5a5540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" cargo_toml = "0.20.3" once_cell = "1.19.0" poise = "0.6.1" -sysinfo = "0.30.12" +sysinfo = "0.31.0" tempfile = "3.10.1" tokenservice-client = { version = "0.3.1", registry = "gitea" } tokio = { version = "1.38.0", features = ["macros", "signal", "rt-multi-thread"] } -- 2.34.1