Skip to content

Commit

Permalink
Update Rust crate sysinfo to 0.29.9 (#706)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] authored Sep 2, 2023
1 parent 26f5534 commit f2ca968
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 @@ -33,7 +33,7 @@ log = "0.4"
clap = { version = "4.4.2", features = [ "derive", "env" ] }
which = "4.3.0"
serde = { version = "1.0", features = ["derive"], default_features = false }
sysinfo = { version = "0.28.4", default_features = false }
sysinfo = { version = "0.29.9", default_features = false }
serde_json = "1.0"
daemonize = "0.5"
tar = "0.4"
Expand Down

0 comments on commit f2ca968

Please sign in to comment.