chore(deps): bump crypto-primes to 0.7.0-pre.7 (#1165)

Remove `patch.crates-io` on non-main branches.
This commit is contained in:
Arthur Gautier
2026-01-20 16:18:46 -08:00
committed by GitHub
parent 015bd72e5b
commit 3edd7d6dbf
4 changed files with 14 additions and 15 deletions
Generated
+11 -9
View File
@@ -108,9 +108,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "chacha20"
version = "0.10.0-rc.7"
version = "0.10.0-rc.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f659b53b7f4e776e0cb370508f21d62a22349009195b1089de5f9b24afba2f"
checksum = "31cd65b2ca03198c223cd9a8fa1152c4ec251cd79049f6dc584152ad3fb5ba9d"
dependencies = [
"cfg-if",
"cipher",
@@ -147,9 +147,9 @@ dependencies = [
[[package]]
name = "cipher"
version = "0.5.0-rc.4"
version = "0.5.0-rc.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "118a99a35f72e30b718e8eb5ea6ba24652d08415260a4a32b838f76aa4e3284a"
checksum = "b557bad79bc426785757001b5d732f323ae965363983d758295c1a1935496880"
dependencies = [
"block-buffer",
"crypto-common",
@@ -295,8 +295,9 @@ dependencies = [
[[package]]
name = "crypto-primes"
version = "0.7.0-pre.6"
source = "git+https://github.com/baloo/crypto-primes.git?branch=baloo%2Fpush-zlqkpkvxqksw#bf0cecba8b014121ac0a4b1dcf3254b28bd02bb9"
version = "0.7.0-pre.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6372ba15f988d7cd77e9cfbc42b269601c006f2f16a21a72b886136caf04bfb"
dependencies = [
"crypto-bigint",
"libm",
@@ -827,8 +828,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.10.0-rc.6"
source = "git+https://github.com/rust-random/rand.git?branch=push-nzsxxkozrnpy#6830af063fc700d4d5460dc00ba024c24913de72"
version = "0.10.0-rc.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d3e6a909ceda8ceb12ef039b675ecf4bbe6def127e773cac109ab8347633766"
dependencies = [
"chacha20",
"getrandom 0.4.0-rc.0",
@@ -1133,7 +1135,7 @@ dependencies = [
"paste",
"pkcs8",
"proptest",
"rand 0.10.0-rc.6",
"rand 0.10.0-rc.7",
"rand_core 0.10.0-rc-5",
"serde",
"serde_json",
-3
View File
@@ -25,6 +25,3 @@ lms-signature = { path = "./lms" }
ml-dsa = { path = "./ml-dsa" }
rfc6979 = { path = "./rfc6979" }
slh-dsa = { path = "./slh-dsa" }
crypto-primes = { git = "https://github.com/baloo/crypto-primes.git", branch = "baloo/push-zlqkpkvxqksw" }
rand = { git = "https://github.com/rust-random/rand.git", branch = "push-nzsxxkozrnpy" }
+2 -2
View File
@@ -18,8 +18,8 @@ rust-version = "1.85"
[dependencies]
der = { version = "0.8.0-rc.10", features = ["alloc"] }
digest = "0.11.0-rc.7"
crypto-bigint = { version = "0.7.0-rc.16", default-features = false, features = ["alloc", "zeroize"] }
crypto-primes = { version = "0.7.0-pre.6", default-features = false }
crypto-bigint = { version = "0.7.0-rc.21", default-features = false, features = ["alloc", "zeroize"] }
crypto-primes = { version = "0.7.0-pre.7", default-features = false }
rfc6979 = { version = "0.5.0-rc.3" }
sha2 = { version = "0.11.0-rc.3", default-features = false }
signature = { version = "3.0.0-rc.8", default-features = false, features = ["alloc", "digest", "rand_core"] }
+1 -1
View File
@@ -42,7 +42,7 @@ num-bigint = "0.4.4"
paste = "1.0.15"
pkcs8 = { version = "0.11.0-rc.8", features = ["pem"] }
proptest = "1.4.0"
rand = "0.10.0-rc.6"
rand = "0.10.0-rc.7"
serde_json = "1.0.124"
serde = { version = "1.0.207", features = ["derive"] }