Skip to content

Commit 546c3cc

Browse files
committed
chore(deps): bump crypto-primes to 0.7.0-pre.7
Remove `patch.crates-io` on non-main branches.
1 parent 015bd72 commit 546c3cc

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

Cargo.lock

Lines changed: 11 additions & 9 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ lms-signature = { path = "./lms" }
2525
ml-dsa = { path = "./ml-dsa" }
2626
rfc6979 = { path = "./rfc6979" }
2727
slh-dsa = { path = "./slh-dsa" }
28-
29-
crypto-primes = { git = "https://github.com/baloo/crypto-primes.git", branch = "baloo/push-zlqkpkvxqksw" }
30-
rand = { git = "https://github.com/rust-random/rand.git", branch = "push-nzsxxkozrnpy" }

dsa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ rust-version = "1.85"
1818
[dependencies]
1919
der = { version = "0.8.0-rc.10", features = ["alloc"] }
2020
digest = "0.11.0-rc.7"
21-
crypto-bigint = { version = "0.7.0-rc.16", default-features = false, features = ["alloc", "zeroize"] }
22-
crypto-primes = { version = "0.7.0-pre.6", default-features = false }
21+
crypto-bigint = { version = "0.7.0-rc.21", default-features = false, features = ["alloc", "zeroize"] }
22+
crypto-primes = { version = "0.7.0-pre.7", default-features = false }
2323
rfc6979 = { version = "0.5.0-rc.3" }
2424
sha2 = { version = "0.11.0-rc.3", default-features = false }
2525
signature = { version = "3.0.0-rc.8", default-features = false, features = ["alloc", "digest", "rand_core"] }

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

0 commit comments

Comments
 (0)