Skip to content

Commit

Permalink
[chore(cargo)](deps): bump sysinfo from 0.29.11 to 0.30.12
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.12.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 2d2ab28 commit cefb3cb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
31 changes: 25 additions & 6 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 examples/websocket-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homestar-runtime = { path = "../../homestar-runtime", default-features = false,
homestar-workspace-hack = { workspace = true }
miette = { version = "5.10", features = ["fancy"] }
retry = "2.0"
sysinfo = { version = "0.29", default-features = false }
sysinfo = { version = "0.30", default-features = false }
tracing = "0.1"

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ serde_with = { version = "3.5", default-features = false, features = [
"std",
] }
stream-cancel = "0.8"
sysinfo = { version = "0.29", default-features = false, optional = true }
sysinfo = { version = "0.30", default-features = false, optional = true }
tabled = { version = "0.15", default-features = false, features = [
"derive",
"macros",
Expand Down Expand Up @@ -225,7 +225,7 @@ retry = { version = "2.0", default-features = false }
rm_rf = "0.6"
serial_test = { version = "3.0", features = ["file_locks"] }
strip-ansi-escapes = "0.2.0"
sysinfo = { version = "0.29", default-features = false }
sysinfo = { version = "0.30", default-features = false }
tokio-test = "0.4"
tokio-tungstenite = { version = "0.21", default-features = false, features = [
"connect",
Expand Down

0 comments on commit cefb3cb

Please sign in to comment.