Skip to content

Commit

Permalink
build(deps): bump rand from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0.
- [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.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 494e4b1 commit 1b62355
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch =
blake3 = "1.5.5"
bitvec = "1.0.1"
rayon = "1.10.0"
rand = "0.8.5"
rand = "0.9.0"
log = "0.4.25"
randomx-rs = { git = "https://github.com/spacemeshos/randomx-rs", rev = "d46bcd90e09428883e253b8203d6b311b0a07b91" }

Expand All @@ -53,7 +53,7 @@ futures = "0.3.31"
[dev-dependencies]
criterion = "0.5"
tempfile = "3.16.0"
rand = "0.8.5"
rand = "0.9.0"
proptest = "1.6.0"
rstest = "0.24.0"

Expand Down
2 changes: 1 addition & 1 deletion certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ config = "0.15.7"
tracing = { version = "0.1.41", features = ["log"] }
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
rand = "0.8.5"
rand = "0.9.0"
serde_json = "1.0.138"
base64 = "0.22.1"
axum-prometheus = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion initializer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ post-rs = { path = "../" }
scrypt-ocl = { path = "../scrypt-ocl" }
rayon = "1.10.0"
eyre = "0.6.12"
rand = "0.8.5"
rand = "0.9.0"
env_logger = "0.11.6"
2 changes: 1 addition & 1 deletion profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ eyre = "0.6.12"
hex = "0.4.3"
libc = "0.2.169"
post-rs = { path = "../" }
rand = "0.8.5"
rand = "0.9.0"
rayon = "1.10.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
Expand Down

0 comments on commit 1b62355

Please sign in to comment.