Skip to content

Commit bc1f395

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.4
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 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.5...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] <[email protected]>
1 parent 68afb22 commit bc1f395

3 files changed

Lines changed: 35 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 33 additions & 33 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
@@ -174,7 +174,7 @@ metrics = "0.24.3"
174174
k256 = { version = "0.13.4", features = ["arithmetic", "ecdh"] }
175175
parking_lot = "0.12.4"
176176
p256 = { version = "0.13.2", default-features = false, features = ["ecdsa"] }
177-
rand = "0.8.5"
177+
rand = "0.9.4"
178178
sha2 = "0.10.9"
179179
rayon = "1.10"
180180
secp256k1 = { version = "0.30.0", features = ["recovery", "global-context"] }

crates/precompiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ revm = { workspace = true, default-features = false }
3333
aes-gcm = { version = "0.10.3", default-features = false, features = ["aes", "alloc"] }
3434
k256 = { version = "0.13.4", default-features = false, features = ["arithmetic", "ecdh"] }
3535
sha2 = { version = "0.10.9", default-features = false }
36-
rand = { version = "0.8.5", default-features = false }
36+
rand = { version = "0.9.4", default-features = false }
3737

3838
# misc
3939
tracing = { version = "0.1.41", default-features = false }

0 commit comments

Comments
 (0)