@@ -24,13 +24,13 @@ required-features = ["crypto", "pem"]
2424
2525[dependencies ]
2626aws-lc-rs = { workspace = true , optional = true }
27- yasna = { version = " 0.5.2 " , features = [ " time " , " std " ] }
27+ yasna = { workspace = true }
2828ring = { workspace = true , optional = true }
2929pem = { workspace = true , optional = true }
3030pki-types = { workspace = true }
31- time = { version = " 0.3.6 " , default-features = false }
31+ time = { workspace = true }
3232x509-parser = { workspace = true , features = [" verify" ], optional = true }
33- zeroize = { version = " 1.2 " , optional = true }
33+ zeroize = { workspace = true , optional = true }
3434
3535[features ]
3636default = [" crypto" , " pem" , " ring" ]
@@ -50,11 +50,11 @@ allowed_external_types = [
5050]
5151
5252[dev-dependencies ]
53- pki-types = { package = " rustls-pki-types " , version = " 1 " }
53+ pki-types = { workspace = true }
5454x509-parser = { workspace = true , features = [" verify" ] }
55- rustls-webpki = { version = " 0.103 " , features = [ " ring " , " std " ] }
56- botan = { version = " 0.12 " , features = [ " vendored " ] }
55+ rustls-webpki = { workspace = true }
56+ botan = { workspace = true }
5757ring = { workspace = true }
5858
5959[target ."cfg(unix)" .dev-dependencies ]
60- openssl = " 0.10 "
60+ openssl = { workspace = true }
0 commit comments