From 63220ceea4aef040f8b4979acb7ca66135b8502a Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 18 Apr 2024 11:51:58 -0400 Subject: [PATCH] Update Rust crate sysinfo to 0.30.11 (#45) Co-authored-by: Renovate Co-committed-by: Renovate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a715339..15879c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" cargo_toml = "0.19.2" once_cell = "1.19.0" poise = "0.6.1" -sysinfo = "0.30.10" +sysinfo = "0.30.11" tempfile = "3.10.1" tokenservice-client = { version = "0.2.0", registry = "gitea" } tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] }