Skip to content

Commit e90411e

Browse files
authored
Bump rand to v0.10.0-rc.8 (#1177)
1 parent b2bffe5 commit e90411e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ lms-signature = { path = "./lms" }
2525
ml-dsa = { path = "./ml-dsa" }
2626
rfc6979 = { path = "./rfc6979" }
2727
slh-dsa = { path = "./slh-dsa" }
28-
29-
[patch.crates-io.rand]
30-
git = "https://github.com/rust-random/rand"
31-
branch = "rand_core/v0.10.0-rc-6"

slh-dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ num-bigint = "0.4.4"
4242
paste = "1.0.15"
4343
pkcs8 = { version = "0.11.0-rc.8", features = ["pem"] }
4444
proptest = "1.4.0"
45-
rand = "0.10.0-rc.7"
45+
rand = "0.10.0-rc.8"
4646
serde_json = "1.0.124"
4747
serde = { version = "1.0.207", features = ["derive"] }
4848

0 commit comments

Comments
 (0)