From 2df76b0eb31ee30f2efd1c7a4c937b58e66ba9b8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 5 May 2024 17:42:54 -0400 Subject: [PATCH] Update Rust crate sysinfo to 0.30.12 (#55) 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 0fc8730..20433f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" cargo_toml = "0.20.2" once_cell = "1.19.0" poise = "0.6.1" -sysinfo = "0.30.11" +sysinfo = "0.30.12" tempfile = "3.10.1" tokenservice-client = { version = "0.2.6", registry = "gitea" } tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] }