diff --git a/client/Cargo.toml b/client/Cargo.toml index 08137977..44c0e7c6 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -34,7 +34,7 @@ reqwest = {version = "0.11", features = ["json", "rustls-tls", "brotli", "gzip", 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.27.7" +sysinfo = "0.28.4" tokio = {version = "1", features = ["full"]} tonic = {version = "0.8", features = ["tokio-rustls"]} tower = { version = "0.4" }