@@ -17,13 +17,13 @@ exclude = ["marvin_toolkit/", "thirdparty/"]
1717const-oid = { version = " 0.10" , default-features = false }
1818crypto-bigint = { version = " 0.7.0-rc.28" , default-features = false , features = [" zeroize" , " alloc" ] }
1919crypto-primes = { version = " 0.7.0-pre.9" , default-features = false }
20- digest = { version = " 0.11.0-rc.11 " , default-features = false , features = [" alloc" , " oid" ] }
20+ digest = { version = " 0.11" , default-features = false , features = [" alloc" , " oid" ] }
2121rand_core = { version = " 0.10" , default-features = false }
2222signature = { version = " 3.0.0-rc.10" , default-features = false , features = [" alloc" , " digest" , " rand_core" ] }
2323zeroize = { version = " 1.8" , features = [" alloc" ] }
2424
2525# optional dependencies
26- crypto-common = { version = " 0.2.0-rc.15 " , optional = true , features = [" getrandom" ] }
26+ crypto-common = { version = " 0.2" , optional = true , features = [" getrandom" ] }
2727pkcs1 = { version = " 0.8.0-rc.4" , optional = true , default-features = false , features = [" alloc" , " pem" ] }
2828pkcs8 = { version = " 0.11.0-rc.10" , optional = true , default-features = false , features = [" alloc" , " pem" ] }
2929serdect = { version = " 0.4" , optional = true }
@@ -41,7 +41,7 @@ rand = { version = "0.10", features = ["chacha"] }
4141rand_core = { version = " 0.10" , default-features = false }
4242sha1 = { version = " 0.11.0-rc.5" , default-features = false , features = [" oid" ] }
4343sha2 = { version = " 0.11.0-rc.5" , default-features = false , features = [" oid" ] }
44- sha3 = { version = " 0.11.0-rc.7 " , default-features = false , features = [" oid" ] }
44+ sha3 = { version = " 0.11.0-rc.8 " , default-features = false , features = [" oid" ] }
4545hex = { version = " 0.4.3" , features = [" serde" ] }
4646serde_json = " 1.0.138"
4747serde = { version = " 1.0.184" , features = [" derive" ] }
0 commit comments