Skip to content

Commit

Permalink
Update Rust crate sysinfo to 0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2023
1 parent 866fc22 commit 31910c2
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 25 deletions.
112 changes: 88 additions & 24 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
Expand Up @@ -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.29.0"
sysinfo = "0.30.3"
tokio = {version = "1", features = ["full"]}
tonic = {version = "0.9", features = ["tls"]}
tower = { version = "0.4" }
Expand Down

0 comments on commit 31910c2

Please sign in to comment.