Skip to content

Commit

Permalink
fix(deps): update rust crate rand to 0.9 (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 4cd8bf0 commit 68570d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hex = "0.4"
backoff = { version = "0.4", features = ["tokio"] }
redb = { version = "2.1", optional = true }
moka = { version = "0.12", features = ["future"], optional = true } # Caching library
rand = "0.8"
rand = "0.9"

[dev-dependencies]
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }
Expand Down

0 comments on commit 68570d8

Please sign in to comment.