Skip to content

Commit

Permalink
Update Rust crate sysinfo to 0.17.5 (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 17, 2021
1 parent a1eda5f commit 6a065ca
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 src/odin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4.14"
clap = { version = "3.0.0-beta.2", features = ["yaml"] }
which = "4.1.0"
serde = { version = "1.0", features = ["derive"], default_features = false }
sysinfo = { version = "0.17.4", default_features = false }
sysinfo = { version = "0.17.5", default_features = false }
serde_json = "1.0"
daemonize = "0.4"
tar = "0.4"
Expand Down

0 comments on commit 6a065ca

Please sign in to comment.