diff --git a/Cargo.lock b/Cargo.lock index 5c013947..dacf19b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2343,9 +2343,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "sysinfo" -version = "0.30.5" +version = "0.30.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2" +checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/client/Cargo.toml b/client/Cargo.toml index 1cf9a013..6568827e 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -39,7 +39,7 @@ rustls-pemfile = { version = "2" } serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]} serde_json = {version = "1.0", default-features = false, features = ["alloc"]} stat_common = {path = "../common"} -sysinfo = "0.30.5" +sysinfo = "0.30.7" tokio = {version = "1", features = ["full"]} tokio-rustls = { version = "0.25" } tonic = {version = "0.11", features = ["tls", "tls-webpki-roots", "gzip"]}