From cf4e8ca93e94fc5013f4bcc500118f33bf643944 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 5 May 2024 21:42:19 +0000 Subject: [PATCH] Update Rust crate sysinfo to 0.30.12 PR created by Renovate Bot. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4099af0..3072ee1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ poise = "0.6.1" reqwest = { version = "0.12.4", features = ["json"] } serde = "1.0.200" serde_json = "1.0.116" -sysinfo = "0.30.11" +sysinfo = "0.30.12" tokenservice-client = { version = "0.2.4", registry = "gitea" } tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] } tokio-postgres = "0.7.10"