Skip to content

Commit d0307b8

Browse files
Bump rand from 0.8.5 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.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.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ae02f0 commit d0307b8

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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
@@ -225,7 +225,7 @@ static_assertions = "1.1"
225225
num-traits = "0.2"
226226
derivative = "2.2"
227227
paste = "1.0"
228-
rand = "0.8.5"
228+
rand = "0.9.1"
229229
time = "0.3"
230230
trait-set = "0.3.0"
231231

builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hotshot-state-prover = { workspace = true }
2828
hotshot-types = { workspace = true }
2929
marketplace-builder-shared = { workspace = true }
3030
portpicker = { workspace = true }
31-
rand = "0.8.5"
31+
rand = "0.9.1"
3232
sequencer = { path = "../sequencer" }
3333
sequencer-utils = { path = "../utils" }
3434
surf-disco = { workspace = true }

hotshot-query-service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ lazy_static = "1"
9292
log = { version = "0.4", optional = true }
9393
portpicker = { version = "0.1", optional = true }
9494
prometheus = { version = "0.13", default-features = false }
95-
rand = { version = "0.8", optional = true }
95+
rand = { version = "0.9", optional = true }
9696
refinery = { version = "0.8", features = ["tokio-postgres"], optional = true }
9797
refinery-core = { version = "0.8", optional = true }
9898
semver = { workspace = true }
@@ -140,6 +140,6 @@ clap = { version = "4.5", features = ["derive", "env"] }
140140
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0" }
141141
generic-array = "0.14"
142142
portpicker = "0.1"
143-
rand = "0.8"
143+
rand = "0.9"
144144
reqwest = "0.12.3"
145145
tempfile = "3.10"

sequencer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hotshot-example-types = { workspace = true }
3333
hotshot-query-service = { workspace = true }
3434
hotshot-testing = { workspace = true }
3535
pretty_assertions = { workspace = true }
36-
rand = "0.8.5"
36+
rand = "0.9.1"
3737
reqwest = { workspace = true }
3838

3939
# Enable "testing" feature when running tests

vid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tagged-base64 = { workspace = true }
2626
[dev-dependencies]
2727
ark-bls12-381 = { version = "0.4.0" }
2828
criterion = "0.5"
29-
rand = "0.8.5"
29+
rand = "0.9.1"
3030

3131
[[bench]]
3232
name = "dispersal"

0 commit comments

Comments
 (0)