Update Rust crate sysinfo to 0.30.6

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-03-01 18:59:57 +00:00
parent 5e6cfb6486
commit 5d2a7ad7f2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1624,9 +1624,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "sysinfo"
version = "0.30.5"
version = "0.30.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2"
checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196"
dependencies = [
"cfg-if",
"core-foundation-sys",

View File

@ -11,7 +11,7 @@ reqwest = { version = "0.11.24", features = ["json"] }
serde_json = "1.0.114"
serenity = "0.12.1"
tempfile = "3.10.1"
sysinfo = "0.30.5"
sysinfo = "0.30.6"
tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] }
uptime_lib = "0.3.0"