Skip to content

Commit 678f46d

Browse files
authored
slh-dsa: bump rand to v0.10.0-rc.6 (#1132)
Gets rid of the `git` crate dependency
1 parent 9c6961e commit 678f46d

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ lms-signature = { path = "./lms" }
2525
ml-dsa = { path = "./ml-dsa" }
2626
rfc6979 = { path = "./rfc6979" }
2727
slh-dsa = { path = "./slh-dsa" }
28-
29-
rand = { git = "https://github.com/rust-random/rand" }

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.5"
45+
rand = "0.10.0-rc.6"
4646
serde_json = "1.0.124"
4747
serde = { version = "1.0.207", features = ["derive"] }
4848

0 commit comments

Comments
 (0)