Skip to content

Commit 2c96447

Browse files
chore: bump sysinfo from 0.37.2 to 0.38.0
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.37.2 to 0.38.0. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.37.2...v0.38.0) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa95e6f commit 2c96447

File tree

2 files changed

+71
-20
lines changed

2 files changed

+71
-20
lines changed

Cargo.lock

Lines changed: 70 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ k256 = { version = "0.13", default-features = false, features = ["ecdsa"] }
2626
rand = "0.9.2"
2727
serde = { version = "1.0.228", features = ["derive"] }
2828
serde_json = "1.0.149"
29-
sysinfo = "0.37.2"
29+
sysinfo = "0.38.0"
3030
tempfile = "3.24.0"
3131
flate2 = { version = "1.1.8", default-features = false, features = ["rust_backend"] }
3232
tar = "0.4.44"

0 commit comments

Comments
 (0)