Skip to content

Commit

Permalink
fix(deps): update rust crate sysinfo to 0.29.0
Browse files Browse the repository at this point in the history
renovate[bot] authored and zdz committed May 28, 2023
1 parent c39e5b8 commit b74ac71
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,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.28.4"
sysinfo = "0.29.0"
tokio = {version = "1", features = ["full"]}
tonic = {version = "0.9", features = ["tls"]}
tower = { version = "0.4" }

0 comments on commit b74ac71

Please sign in to comment.