Skip to content

Commit eeb80e3

Browse files
chore(deps): bump sysinfo from 0.37.0 to 0.37.1 (#108)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.37.0 to 0.37.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.37.0...v0.37.1) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.37.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80d0373 commit eeb80e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build = "build.rs"
88
[dependencies]
99
anyhow = "1.0.100"
1010
clap = { version = "4.5.48", features = ["derive"] }
11-
sysinfo = { version = "0.37.0", default-features = false, features = ["component", "disk", "network", "system"] }
11+
sysinfo = { version = "0.37.1", default-features = false, features = ["component", "disk", "network", "system"] }
1212
tokio = { version = "1", features = ["full"] }
1313

1414
[build-dependencies]

0 commit comments

Comments
 (0)