diff --git a/Cargo.lock b/Cargo.lock index e29e0717e..db9e846d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1944,7 +1944,7 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] name = "x509-cert" -version = "0.3.0-rc.2" +version = "0.3.0-rc.3" dependencies = [ "arbitrary", "const-oid", diff --git a/cmpv2/Cargo.toml b/cmpv2/Cargo.toml index e16ac9647..c970795a4 100644 --- a/cmpv2/Cargo.toml +++ b/cmpv2/Cargo.toml @@ -19,10 +19,10 @@ rust-version = "1.85" crmf = "=0.3.0-pre.0" der = { version = "0.8.0-rc.10", features = ["alloc", "derive", "flagset", "oid"] } spki = "0.8.0-rc.4" -x509-cert = { version = "0.3.0-rc.0", default-features = false } +x509-cert = { version = "0.3.0-rc.3", default-features = false } # optional features -digest = { version = "0.11.0-rc.4", optional = true, default-features = false } +digest = { version = "0.11.0-rc.5", optional = true, default-features = false } [dev-dependencies] const-oid = { version = "0.10", features = ["db"] } diff --git a/cms/Cargo.toml b/cms/Cargo.toml index c7dd0853e..b0ce0f291 100644 --- a/cms/Cargo.toml +++ b/cms/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.85" const-oid = { version = "0.10", features = ["db"] } der = { version = "0.8.0-rc.10", features = ["ber", "derive", "oid"] } spki = "0.8.0-rc.4" -x509-cert = { version = "0.3.0-rc.2", default-features = false } +x509-cert = { version = "0.3.0-rc.3", default-features = false } # optional dependencies aes = { version = "0.9.0-rc.2", optional = true } @@ -47,7 +47,7 @@ rsa = { version = "0.10.0-rc.11", features = ["sha2"] } ecdsa = { version = "0.17.0-rc.10", features = ["digest", "pem"] } p256 = "0.14.0-rc.2" tokio = { version = "1.45.1", features = ["macros", "rt"] } -x509-cert = { version = "0.3.0-rc.2", features = ["pem"] } +x509-cert = { version = "0.3.0-rc.3", features = ["pem"] } [features] std = ["der/std", "x509-cert/std", "spki/std"] diff --git a/crmf/Cargo.toml b/crmf/Cargo.toml index 0e0629aba..ae13f871e 100644 --- a/crmf/Cargo.toml +++ b/crmf/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.85" cms = "=0.3.0-pre.0" der = { version = "0.8.0-rc.10", features = ["alloc", "derive"] } spki = "0.8.0-rc.3" -x509-cert = { version = "0.3.0-rc.0", default-features = false } +x509-cert = { version = "0.3.0-rc.3", default-features = false } [dev-dependencies] const-oid = "0.10" diff --git a/gss-api/Cargo.toml b/gss-api/Cargo.toml index a0a674db4..6ab03f1d9 100644 --- a/gss-api/Cargo.toml +++ b/gss-api/Cargo.toml @@ -18,12 +18,12 @@ rust-version = "1.85" [dependencies] der = { version = "0.8.0-rc.10", features = ["oid", "alloc"] } spki = "0.8.0-rc.4" -x509-cert = { version = "0.3.0-rc.0", default-features = false } +x509-cert = { version = "0.3.0-rc.3", default-features = false } [dev-dependencies] der = { version = "0.8.0-rc.10", features = ["oid", "pem", "alloc"] } hex-literal = "1" -x509-cert = { version = "0.3.0-rc.0", default-features = false, features = ["pem"] } +x509-cert = { version = "0.3.0-rc.3", default-features = false, features = ["pem"] } [features] rfc2478 = [] diff --git a/pkcs12/Cargo.toml b/pkcs12/Cargo.toml index 370df49d0..b1e56fe6c 100644 --- a/pkcs12/Cargo.toml +++ b/pkcs12/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.85" [dependencies] der = { version = "0.8.0-rc.10", features = ["alloc", "derive", "oid"], default-features = false } spki = { version = "0.8.0-rc.4", default-features = false } -x509-cert = { version = "0.3.0-rc.2", default-features = false } +x509-cert = { version = "0.3.0-rc.3", default-features = false } const-oid = { version = "0.10", features = ["db"], default-features = false } cms = { version = "=0.3.0-pre.0", default-features = false } diff --git a/x509-cert/Cargo.toml b/x509-cert/Cargo.toml index ba9162ae3..be4cd381a 100644 --- a/x509-cert/Cargo.toml +++ b/x509-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x509-cert" -version = "0.3.0-rc.2" +version = "0.3.0-rc.3" description = """ Pure Rust implementation of the X.509 Public Key Infrastructure Certificate format as described in RFC 5280 diff --git a/x509-ocsp/Cargo.toml b/x509-ocsp/Cargo.toml index f2f8f6652..e78ee53db 100644 --- a/x509-ocsp/Cargo.toml +++ b/x509-ocsp/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.85" const-oid = { version = "0.10", default-features = false, features = ["db"] } der = { version = "0.8.0-rc.10", features = ["alloc", "derive", "oid"] } spki = { version = "0.8.0-rc.4", features = ["alloc"] } -x509-cert = { version = "0.3.0-rc.0", default-features = false } +x509-cert = { version = "0.3.0-rc.3", default-features = false } # Optional digest = { version = "0.11.0-rc.4", optional = true, default-features = false, features = ["oid"] } diff --git a/x509-tsp/Cargo.toml b/x509-tsp/Cargo.toml index cf655c54d..488e634fb 100644 --- a/x509-tsp/Cargo.toml +++ b/x509-tsp/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.85" der = { version = "0.8.0-rc.10", features = ["alloc", "derive", "oid", "pem"] } cms = { version = "=0.3.0-pre.0" } cmpv2 = { version = "=0.3.0-pre.0", features = ["alloc"] } -x509-cert = { version = "0.3.0-rc.0", default-features = false } +x509-cert = { version = "0.3.0-rc.3", default-features = false } [dev-dependencies] hex-literal = "1"