@@ -19,7 +19,7 @@ subtle = { version = "2.6.1", default-features = false }
1919digest = { version = " =0.11.0-pre.10" , default-features = false , features = [" alloc" , " oid" ] }
2020pkcs1 = { version = " 0.8.0-rc.1" , default-features = false , features = [" alloc" , " pkcs8" ] }
2121pkcs8 = { version = " 0.11.0-rc.2" , default-features = false , features = [" alloc" ] }
22- signature = { version = " =2. 3.0-pre.6 " , default-features = false , features = [" alloc" , " digest" , " rand_core" ] }
22+ signature = { version = " =3.0.0 -pre" , default-features = false , features = [" alloc" , " digest" , " rand_core" ] }
2323spki = { version = " 0.8.0-rc.1" , default-features = false , features = [" alloc" ] }
2424zeroize = { version = " 1.5" , features = [" alloc" ] }
2525crypto-bigint = { version = " 0.7.0-pre" , default-features = false , features = [" zeroize" , " alloc" ] }
@@ -57,7 +57,7 @@ os_rng = ["rand_core/os_rng", "crypto-bigint/rand_core"]
5757serde = [" dep:serde" , " dep:serdect" , " crypto-bigint/serde" ]
5858pem = [" pkcs1/pem" , " pkcs8/pem" ]
5959pkcs5 = [" pkcs8/encryption" ]
60- std = [" digest/std" , " pkcs1/std" , " pkcs8/std" , " rand_core/std" , " signature/std " , " crypto-bigint/rand" ]
60+ std = [" digest/std" , " pkcs1/std" , " pkcs8/std" , " rand_core/std" , " crypto-bigint/rand" ]
6161
6262
6363[package .metadata .docs .rs ]
0 commit comments