Skip to content

Commit

Permalink
Update Rust crate sysinfo to 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2023
1 parent def692b commit 0a40fcf
Show file tree
Hide file tree
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
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.1"
tokio = {version = "1", features = ["full"]}
tonic = {version = "0.8", features = ["tokio-rustls"]}
tower = { version = "0.4" }
Expand Down

0 comments on commit 0a40fcf

Please sign in to comment.