Skip to content

Commit 52f6cf0

Browse files
build(deps): bump rand from 0.8.5 to 0.9.0
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]>
1 parent f27377e commit 52f6cf0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch =
3535
blake3 = "1.6.0"
3636
bitvec = "1.0.1"
3737
rayon = "1.10.0"
38-
rand = "0.8.5"
38+
rand = "0.9.0"
3939
log = "0.4.26"
4040
randomx-rs = { git = "https://github.com/spacemeshos/randomx-rs", rev = "d46bcd90e09428883e253b8203d6b311b0a07b91" }
4141

@@ -53,7 +53,7 @@ futures = "0.3.31"
5353
[dev-dependencies]
5454
criterion = "0.5"
5555
tempfile = "3.17.1"
56-
rand = "0.8.5"
56+
rand = "0.9.0"
5757
proptest = "1.6.0"
5858
rstest = "0.24.0"
5959

certifier/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ config = "0.15.8"
2121
tracing = { version = "0.1.41", features = ["log"] }
2222
tracing-log = "0.2.0"
2323
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
24-
rand = "0.8.5"
24+
rand = "0.9.0"
2525
serde_json = "1.0.139"
2626
base64 = "0.22.1"
2727
axum-prometheus = "0.8.0"

initializer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ post-rs = { path = "../" }
1212
scrypt-ocl = { path = "../scrypt-ocl" }
1313
rayon = "1.10.0"
1414
eyre = "0.6.12"
15-
rand = "0.8.5"
15+
rand = "0.9.0"
1616
env_logger = "0.11.6"

profiler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ eyre = "0.6.12"
1010
hex = "0.4.3"
1111
libc = "0.2.170"
1212
post-rs = { path = "../" }
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414
rayon = "1.10.0"
1515
serde = { version = "1.0.218", features = ["derive"] }
1616
serde_json = "1.0.139"

0 commit comments

Comments
 (0)