11[package ]
22name = " x509-cert"
3- version = " 0.3.0-rc.0 "
3+ version = " 0.3.0-rc.1 "
44description = """
55Pure Rust implementation of the X.509 Public Key Infrastructure Certificate
66format as described in RFC 5280
@@ -16,7 +16,7 @@ edition = "2024"
1616rust-version = " 1.85"
1717
1818[dependencies ]
19- const-oid = { version = " 0.10.0 " , features = [" db" ] }
19+ const-oid = { version = " 0.10" , features = [" db" ] }
2020der = { version = " 0.8.0-rc.7" , features = [" alloc" , " derive" , " flagset" , " oid" ] }
2121spki = { version = " 0.8.0-rc.4" , features = [" alloc" ] }
2222
@@ -25,7 +25,7 @@ arbitrary = { version = "1.4", features = ["derive"], optional = true }
2525digest = { version = " 0.11.0-rc.0" , optional = true , default-features = false }
2626sha1 = { version = " 0.11.0-rc.0" , default-features = false , optional = true }
2727signature = { version = " 3.0.0-rc.0" , features = [" rand_core" ], optional = true }
28- tls_codec = { version = " 0.4.0 " , default-features = false , features = [" derive" ], optional = true }
28+ tls_codec = { version = " 0.4" , default-features = false , features = [" derive" ], optional = true }
2929
3030[dev-dependencies ]
3131hex-literal = " 1"
@@ -35,8 +35,8 @@ ecdsa = { version = "0.17.0-rc.4", features = ["digest", "pem"] }
3535p256 = " =0.14.0-pre.9"
3636rstest = " 0.25"
3737sha2 = { version = " 0.11.0-rc.0" , features = [" oid" ] }
38- tempfile = " 3.5.0 "
39- tokio = { version = " 1.45.1 " , features = [" macros" , " rt" ] }
38+ tempfile = " 3.5"
39+ tokio = { version = " 1.45" , features = [" macros" , " rt" ] }
4040x509-cert-test-support = { path = " ./test-support" }
4141
4242[features ]
0 commit comments