Skip to content

Commit f43c30e

Browse files
deps: update rand requirement from 0.8 to 0.10
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.0...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23d037e commit f43c30e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ criterion = { version = "0.5", features = ["html_reports"] }
1111
hdrhistogram = "7.5"
1212
iai = "0.1"
1313
dhat = "0.3"
14-
rand = "0.8"
14+
rand = "0.10"
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717

crates/daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ polymarket = { path = "../polymarket" }
2424

2525
dotenvy = "0.15"
2626
chrono = "0.4"
27-
rand = "0.8"
27+
rand = "0.10"
2828

2929
# async/runtime
3030
tokio = { version = "1.35", features = ["full"] }

crates/swarm_sim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
[dependencies]
99
tokio = { workspace = true, optional = false }
1010
rayon = "1.10"
11-
rand = { version = "0.8", features = ["small_rng"] }
11+
rand = { version = "0.10", features = ["small_rng"] }
1212
anyhow = "1.0"
1313
rand_distr = "0.4"
1414
serde = { workspace = true, optional = false }

0 commit comments

Comments
 (0)