@@ -19,13 +19,13 @@ crypto-bigint = { version = "0.7.0-rc.22", default-features = false, features =
1919crypto-primes = { version = " 0.7.0-pre.7" , default-features = false }
2020digest = { version = " 0.11.0-rc.7" , default-features = false , features = [" alloc" , " oid" ] }
2121rand_core = { version = " 0.10.0-rc-6" , default-features = false }
22- signature = { version = " 3.0.0-rc.8 " , default-features = false , features = [" alloc" , " digest" , " rand_core" ] }
22+ signature = { version = " 3.0.0-rc.9 " , 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.13" , optional = true , features = [" getrandom" ] }
2727pkcs1 = { version = " 0.8.0-rc.4" , optional = true , default-features = false , features = [" alloc" , " pem" ] }
28- pkcs8 = { version = " 0.11.0-rc.9 " , optional = true , default-features = false , features = [" alloc" , " pem" ] }
28+ pkcs8 = { version = " 0.11.0-rc.10 " , optional = true , default-features = false , features = [" alloc" , " pem" ] }
2929serdect = { version = " 0.4" , optional = true }
3030sha1 = { version = " 0.11.0-rc.4" , optional = true , default-features = false , features = [" oid" ] }
3131sha2 = { version = " 0.11.0-rc.4" , optional = true , default-features = false , features = [" oid" ] }
@@ -71,12 +71,6 @@ debug = true
7171[patch .crates-io .crypto-primes ]
7272git = " https://github.com/entropyxyz/crypto-primes"
7373
74- [patch .crates-io .pkcs5 ]
75- git = " https://github.com/RustCrypto/formats"
76-
77- [patch .crates-io .pkcs8 ]
78- git = " https://github.com/RustCrypto/formats"
79-
8074[patch .crates-io .rand ]
8175git = " https://github.com/rust-random/rand"
8276branch = " rand_core/v0.10.0-rc-6"
0 commit comments