Skip to content

Commit

Permalink
Bump sysinfo from 0.32.1 to 0.33.0 (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent c347cda commit ae8845a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -75,7 +75,7 @@ once_cell = "1.20.2"
mockall = "0.13.1"
cfg-if = "1.0.0"

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

memmap2 = "0.9.5"
trait-variant.workspace = true
sysinfo = "0.32.0"
sysinfo = "0.33.0"
once_cell = { workspace = true }
cheetah-string = { workspace = true }
[dev-dependencies]
Expand Down

0 comments on commit ae8845a

Please # to comment.