Update Rust crate sysinfo to 0.30.10
Some checks failed
renovate/artifacts Artifact file update failure

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-04-10 14:59:34 +00:00
parent 4431c0dcad
commit 51b7ba8257

View File

@ -7,7 +7,7 @@ edition = "2021"
cargo_toml = "0.19.2" cargo_toml = "0.19.2"
once_cell = "1.19.0" once_cell = "1.19.0"
poise = "0.6.1" poise = "0.6.1"
sysinfo = "0.30.9" sysinfo = "0.30.10"
tempfile = "3.10.1" tempfile = "3.10.1"
tokenservice-client = { version = "0.2.0", registry = "gitea" } tokenservice-client = { version = "0.2.0", registry = "gitea" }
tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] } tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] }