Skip to content

Commit

Permalink
Bump sysinfo from 0.31.3 to 0.31.4 (#933)
Browse files Browse the repository at this point in the history
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.31.3 to 0.31.4.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.31.3...v0.31.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 4316189 commit 250a9aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ once_cell = "1.19.0"
mockall = "0.13.0"
cfg-if = "1.0.0"

sysinfo = "0.31.3"
sysinfo = "0.31.4"
uuid = { version = "1.10.0", features = ["v4", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", ] }
2 changes: 1 addition & 1 deletion rocketmq-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ log = "0.4.22"

memmap2 = "0.9.4"
trait-variant.workspace = true
sysinfo = "0.31.3"
sysinfo = "0.31.4"
once_cell = { workspace = true }
[dev-dependencies]
tempfile = "3.12.0"
Expand Down

0 comments on commit 250a9aa

Please sign in to comment.