Skip to content

Commit 03d11fe

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

2 files changed

Lines changed: 34 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 33 additions & 4 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.9"
76+
rand = "0.10"
7777

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

0 commit comments

Comments
 (0)