@@ -15,20 +15,20 @@ rust-version = "1.85"
1515[dependencies ]
1616const-oid = { version = " 0.10" , default-features = false }
1717crypto-bigint = { version = " 0.7.0-rc.10" , default-features = false , features = [" zeroize" , " alloc" ] }
18- crypto-primes = { version = " 0.7.0-pre.2 " , default-features = false }
19- digest = { version = " 0.11.0-rc.1 " , default-features = false , features = [" alloc" , " oid" ] }
20- rand_core = { version = " 0.10.0-rc. 2" , default-features = false }
18+ crypto-primes = { version = " 0.7.0-pre.4 " , default-features = false }
19+ digest = { version = " 0.11.0-rc.4 " , default-features = false , features = [" alloc" , " oid" ] }
20+ rand_core = { version = " 0.10.0-rc- 2" , default-features = false }
2121signature = { version = " 3.0.0-rc.5" , default-features = false , features = [" alloc" , " digest" , " rand_core" ] }
2222subtle = { version = " 2.6.1" , default-features = false }
2323zeroize = { version = " 1.8" , features = [" alloc" ] }
2424
2525# optional dependencies
2626pkcs1 = { version = " 0.8.0-rc.3" , optional = true , default-features = false , features = [" alloc" , " pem" ] }
27- pkcs8 = { version = " 0.11.0-rc.6 " , optional = true , default-features = false , features = [" alloc" , " pem" ] }
27+ pkcs8 = { version = " 0.11.0-rc.8 " , optional = true , default-features = false , features = [" alloc" , " pem" ] }
2828serdect = { version = " 0.4" , optional = true }
29- sha1 = { version = " 0.11.0-rc.2" , optional = true , default-features = false , features = [" oid" ] }
29+ sha1 = { version = " 0.11.0-rc.3" , optional = true , default-features = false , features = [" oid" ] }
30+ sha2 = { version = " 0.11.0-rc.3" , optional = true , default-features = false , features = [" oid" ] }
3031spki = { version = " 0.8.0-rc.4" , optional = true , default-features = false , features = [" alloc" ] }
31- sha2 = { version = " 0.11.0-rc.2" , optional = true , default-features = false , features = [" oid" ] }
3232serde = { version = " 1.0.184" , optional = true , default-features = false , features = [" derive" ] }
3333rand = { version = " 0.10.0-rc.1" , optional = true , default-features = false }
3434
@@ -39,10 +39,10 @@ proptest = "1"
3939serde_test = " 1.0.89"
4040rand_xorshift = " 0.4"
4141rand = { version = " 0.10.0-rc.1" , features = [" chacha" ] }
42- rand_core = { version = " 0.10.0-rc. 2" , default-features = false }
43- sha1 = { version = " 0.11.0-rc.2 " , default-features = false , features = [" oid" ] }
44- sha2 = { version = " 0.11.0-rc.2 " , default-features = false , features = [" oid" ] }
45- sha3 = { version = " 0.11.0-rc.2 " , default-features = false , features = [" oid" ] }
42+ rand_core = { version = " 0.10.0-rc- 2" , default-features = false }
43+ sha1 = { version = " 0.11.0-rc.3 " , default-features = false , features = [" oid" ] }
44+ sha2 = { version = " 0.11.0-rc.3 " , default-features = false , features = [" oid" ] }
45+ sha3 = { version = " 0.11.0-rc.3 " , default-features = false , features = [" oid" ] }
4646hex = { version = " 0.4.3" , features = [" serde" ] }
4747serde_json = " 1.0.138"
4848serde = { version = " 1.0.184" , features = [" derive" ] }
@@ -69,6 +69,3 @@ opt-level = 2
6969
7070[profile .bench ]
7171debug = true
72-
73- [patch .crates-io ]
74- crypto-primes = { git = " https://github.com/baloo/crypto-primes.git" , branch = " baloo/rand_core/0.10.0-rc.2" }
0 commit comments