Skip to content

Commit

Permalink
build(deps): bump sysinfo from 0.32.0 to 0.32.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.32.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Jisu-Woniu committed Nov 29, 2024
1 parent 8309fbd commit 2eba0ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ env_logger = "0.11.5"
log.workspace = true
mimalloc = { version = "0.1.43", optional = true }
serde.workspace = true
sysinfo = { version = "0.32.0", features = ["serde"] }
sysinfo = { version = "0.32.1", features = ["serde"] }
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] }
toml = "0.8.19"

Expand Down

0 comments on commit 2eba0ee

Please sign in to comment.