Skip to content

Commit

Permalink
build(deps): bump sysinfo from 0.29.11 to 0.30.0
Browse files Browse the repository at this point in the history
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.11 to 0.30.0.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 71f0bf8 commit 566beed
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
27 changes: 23 additions & 4 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.20"
ntex = { version = "0.7.16", features = ["tokio"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sysinfo = "0.29.11"
sysinfo = "0.30.0"
tokio = "1.35.0"
metrs_stubs = { version = "0.4.1", features = ["serde", "sysinfo"] }
2 changes: 1 addition & 1 deletion crates/metrs_stubs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ serde = ["dep:serde"]

[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }
sysinfo = { version = "0.29", optional = true }
sysinfo = { version = "0.30", optional = true }

0 comments on commit 566beed

Please sign in to comment.