Update Rust crate sysinfo to 0.30.7 (#50)
All checks were successful
Build and push container image / build (push) Successful in 10m37s
All checks were successful
Build and push container image / build (push) Successful in 10m37s
Co-authored-by: Renovate <system@toast-server.net> Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
parent
47876f4051
commit
a1dcae89df
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1801,9 +1801,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
||||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.30.6"
|
||||
version = "0.30.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196"
|
||||
checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"core-foundation-sys",
|
||||
|
@ -15,7 +15,7 @@ reqwest = { version = "0.11.24", features = ["json"] }
|
||||
serde = "1.0.197"
|
||||
serde_json = "1.0.114"
|
||||
serenity = "0.12.1"
|
||||
sysinfo = "0.30.6"
|
||||
sysinfo = "0.30.7"
|
||||
tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] }
|
||||
tokio-postgres = "0.7.10"
|
||||
uptime_lib = "0.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user