Skip to content

Commit 27ae4f3

Browse files
Update Rust crate rand to v0.10.1
1 parent 066ac0d commit 27ae4f3

3 files changed

Lines changed: 31 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 29 additions & 13 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
@@ -24,7 +24,7 @@ num-integer = "0.1.44"
2424
num-traits = "0.2.14"
2525
num-modular = "0.6.1"
2626
bitvec = "1.0.0"
27-
rand = "0.8.6"
27+
rand = "0.10.0"
2828
lru = "0.16.3"
2929
either = "1.6.1"
3030

bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ glass_pumpkin = "1.2.0"
1818
num-bigint = { version = "0.4", features = ["rand"] }
1919
num-prime = { path = "..", features = ["big-int"] }
2020
primal-check = "0.3.1"
21-
rand = "0.8"
21+
rand = "0.10"
2222
rand_chacha = "0.10"
2323
rand_core = "0.10"
2424

0 commit comments

Comments
 (0)