Skip to content

Commit

Permalink
fix(deps): update rust crate sysinfo to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 741b5e2 commit e2128e5
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 9 deletions.
75 changes: 68 additions & 7 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 crates/whirl_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ axum = "0.4.4"
hyper = "0.14.17"

# Utility
sysinfo = "0.23.5"
sysinfo = "0.31.0"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.13.0", features = ["full"] }
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion crates/whirl_prompt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = false

[dependencies]
# Utility
sysinfo = "0.23.5"
sysinfo = "0.31.0"
colour = "0.6.0"

# Config
Expand Down

0 comments on commit e2128e5

Please sign in to comment.