Skip to content

Commit 09fb236

Browse files
chore(deps): update sysinfo requirement from 0.36 to 0.37
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.36.0...v0.36.1) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.36.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8e5a89 commit 09fb236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ path = "src/geneva_exporter.rs"
2424
ctrlc = "3.2.5"
2525
num_cpus = "1.15.0"
2626
num-format = "0.4.4"
27-
sysinfo = { version = "0.36", optional = true }
27+
sysinfo = { version = "0.37", optional = true }
2828
tokio = { version = "1", features = ["full", "test-util"] }
2929
wiremock = "=0.5.22"
3030
futures = "0.3"

0 commit comments

Comments
 (0)