Skip to content

Commit 77299d0

Browse files
committed
Use latest version of rand
1 parent 9fe31ea commit 77299d0

File tree

2 files changed

+20
-159
lines changed

2 files changed

+20
-159
lines changed

Cargo.lock

Lines changed: 19 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ digest = { version = "0.10.5", features = ["alloc"] }
2626
num-bigint = { version = "0.4.0", optional = true }
2727
num-rational = { version = "0.4.0", optional = true }
2828
num-traits = { version = "0.2.14", optional = true }
29-
rand = "0.6.1"
3029
rand_core = "0.6.3"
3130
rayon = "1.5.1"
3231
rug = { version = "1.14", optional = true }
@@ -40,6 +39,7 @@ hex = "0.4.3"
4039
num-bigint = "0.4.0"
4140
num-rational = "0.4.0"
4241
proptest = "1.0.0"
42+
rand = "0.8"
4343
rand_chacha = "0.3.1"
4444

4545
[[bench]]

0 commit comments

Comments
 (0)