Skip to content

Commit

Permalink
chore(deps): Bump sysinfo from 0.30.0 to 0.31.4 (#18776)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: xxchan <xxchan22f@gmail.com>
  • Loading branch information
dependabot[bot] and xxchan authored Sep 30, 2024
1 parent a910414 commit 72ba6d5
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 46 deletions.
128 changes: 84 additions & 44 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/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ stacker = "0.1"
static_assertions = "1"
strum = "0.26"
strum_macros = "0.26"
sysinfo = { version = "0.30", default-features = false }
sysinfo = { version = "0.31", default-features = false, features = ["system"] }
thiserror = "1"
thiserror-ext = { workspace = true }
tinyvec = { version = "1", features = ["rustc_1_55", "grab_spare_slice"] }
Expand Down
2 changes: 1 addition & 1 deletion src/utils/resource_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ normal = ["workspace-hack"]

[dependencies]
fs-err = "2"
sysinfo = { version = "0.30", default-features = false }
sysinfo = { version = "0.31", default-features = false, features = ["system"] }
thiserror-ext = { workspace = true }
tracing = "0.1"

Expand Down

0 comments on commit 72ba6d5

Please sign in to comment.