@@ -15,17 +15,17 @@ exclude = ["marvin_toolkit/", "thirdparty/"]
1515
1616[dependencies ]
1717const-oid = { version = " 0.10" , default-features = false }
18- crypto-bigint = { version = " 0.7.0-rc.16 " , default-features = false , features = [" zeroize" , " alloc" ] }
19- crypto-primes = { version = " 0.7.0-pre.6 " , default-features = false }
18+ crypto-bigint = { version = " 0.7.0-rc.20 " , default-features = false , features = [" zeroize" , " alloc" ] }
19+ crypto-primes = { version = " 0.7.0-pre.7 " , 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-5 " , 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" ] }
@@ -37,8 +37,8 @@ base64ct = { version = "1", features = ["alloc"] }
3737hex-literal = " 1"
3838proptest = " 1"
3939serde_test = " 1.0.89"
40- rand = { version = " 0.10.0-rc.5 " , features = [" chacha" ] }
41- rand_core = { version = " 0.10.0-rc-3 " , default-features = false }
40+ rand = { version = " 0.10.0-rc.7 " , features = [" chacha" ] }
41+ rand_core = { version = " 0.10.0-rc-5 " , 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" ] }
@@ -67,6 +67,3 @@ opt-level = 2
6767
6868[profile .bench ]
6969debug = true
70-
71- [patch .crates-io ]
72- rand = { git = " https://github.com/rust-random/rand" }
0 commit comments