Skip to content

Commit a9b51a9

Browse files
chore(deps): bump rand from 0.8.6 to 0.9.4
Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](rust-random/rand@0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26efae4 commit a9b51a9

2 files changed

Lines changed: 7 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ciborium = { version = "0.2", optional = true }
7373
chrono = { version = "0.4", features = ["serde"] }
7474

7575
# Random number generation (for resilience jitter)
76-
rand = "0.8"
76+
rand = "0.9"
7777

7878
# Temporary files (used by prover backends to invoke external solvers)
7979
tempfile = "3"

0 commit comments

Comments
 (0)