Skip to content

Commit

Permalink
build(deps): bump sysinfo from 0.30.13 to 0.31.3
Browse files Browse the repository at this point in the history
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.13 to 0.31.3.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.30.13...v0.31.3)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent c6b45e7 commit 2f90ff0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
32 changes: 6 additions & 26 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 bin/metrsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ log = "0.4"
ntex = { version = "2", features = ["tokio"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sysinfo = "0.30"
sysinfo = "0.31"
tokio = "1"
metrs_stubs = { version = "0.5", features = ["serde", "sysinfo", "bytes"] }
2 changes: 1 addition & 1 deletion crates/metrs_stubs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ bytes = ["dep:ntex-bytes", "dep:serde_json"]

[dependencies]
serde = { version = "1", features = ["derive"], optional = true }
sysinfo = { version = "0.30", optional = true }
sysinfo = { version = "0.31", optional = true }
ntex-bytes = { version = "0.1", optional = true }
serde_json = { version = "1", optional = true }

0 comments on commit 2f90ff0

Please sign in to comment.