Skip to content

Commit

Permalink
Update Rust crate sysinfo to 0.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Apr 4, 2023
1 parent e84c94a commit 8672b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 8672b0d

Please sign in to comment.