@@ -18,14 +18,14 @@ const-oid = { version = "0.10", default-features = false }
1818crypto-bigint = { version = " 0.7.0-rc.16" , default-features = false , features = [" zeroize" , " alloc" ] }
1919crypto-primes = { version = " 0.7.0-pre.6" , default-features = false }
2020digest = { version = " 0.11.0-rc.4" , default-features = false , features = [" alloc" , " oid" ] }
21- rand_core = { version = " 0.10.0-rc-2 " , default-features = false }
21+ rand_core = { version = " 0.10.0-rc-4 " , default-features = false }
2222signature = { version = " 3.0.0-rc.5" , default-features = false , features = [" alloc" , " digest" , " rand_core" ] }
2323zeroize = { version = " 1.8" , features = [" alloc" ] }
2424
2525# optional dependencies
2626crypto-common = { version = " 0.2.0-rc.8" , optional = true , features = [" getrandom" ] }
2727pkcs1 = { version = " 0.8.0-rc.3" , optional = true , default-features = false , features = [" alloc" , " pem" ] }
28- pkcs8 = { version = " 0.11.0-rc.8 " , optional = true , default-features = false , features = [" alloc" , " pem" ] }
28+ pkcs8 = { version = " 0.11.0-rc.9 " , optional = true , default-features = false , features = [" alloc" , " pem" ] }
2929serdect = { version = " 0.4" , optional = true }
3030sha1 = { version = " 0.11.0-rc.3" , optional = true , default-features = false , features = [" oid" ] }
3131sha2 = { version = " 0.11.0-rc.3" , optional = true , default-features = false , features = [" oid" ] }
@@ -38,7 +38,7 @@ hex-literal = "1"
3838proptest = " 1"
3939serde_test = " 1.0.89"
4040rand = { version = " 0.10.0-rc.5" , features = [" chacha" ] }
41- rand_core = { version = " 0.10.0-rc-3 " , default-features = false }
41+ rand_core = { version = " 0.10.0-rc-4 " , default-features = false }
4242sha1 = { version = " 0.11.0-rc.3" , default-features = false , features = [" oid" ] }
4343sha2 = { version = " 0.11.0-rc.3" , default-features = false , features = [" oid" ] }
4444sha3 = { version = " 0.11.0-rc.3" , default-features = false , features = [" oid" ] }
@@ -69,4 +69,5 @@ opt-level = 2
6969debug = true
7070
7171[patch .crates-io ]
72- rand = { git = " https://github.com/rust-random/rand" }
72+ rand = { git = " https://github.com/rust-random/rand" , branch = " push-nzsxxkozrnpy" }
73+ crypto-primes = { git = " https://github.com/baloo/crypto-primes.git" , branch = " baloo/push-zlqkpkvxqksw" }
0 commit comments