Skip to content

Commit

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

---
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 Jan 15, 2025
1 parent 88ceef7 commit 8a1e9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ proteus-traits = { workspace = true, optional = true }
sha2 = "0.10.8"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
sysinfo = { version = "0.32", default-features = false, features = ["apple-app-store", "system"] }
sysinfo = { version = "0.33", default-features = false, features = ["apple-app-store", "system"] }
async-fs = { version = "2.1", optional = true }
futures-lite = { version = "2.6", optional = true }

Expand Down

0 comments on commit 8a1e9e5

Please sign in to comment.