diff --git a/cmpv2/Cargo.toml b/cmpv2/Cargo.toml index 224c038ef..c991f2591 100644 --- a/cmpv2/Cargo.toml +++ b/cmpv2/Cargo.toml @@ -22,7 +22,7 @@ spki = { version = "0.8.0-rc.0" } x509-cert = { version = "=0.3.0-pre.0", default-features = false } [dev-dependencies] -const-oid = { version = "0.10.0-rc.0", features = ["db"] } +const-oid = { version = "0.10", features = ["db"] } hex-literal = "0.4" [features] diff --git a/der/Cargo.toml b/der/Cargo.toml index ee4e7341c..fbaf21bf4 100644 --- a/der/Cargo.toml +++ b/der/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.85" [dependencies] arbitrary = { version = "1.4", features = ["derive"], optional = true } bytes = { version = "1", optional = true, default-features = false } -const-oid = { version = "0.10.0-rc.0", optional = true } +const-oid = { version = "0.10", optional = true } der_derive = { version = "0.8.0-rc.0", optional = true } flagset = { version = "0.4.6", optional = true } pem-rfc7468 = { version = "1.0.0-rc.1", optional = true, features = ["alloc"] } diff --git a/pkcs1/Cargo.toml b/pkcs1/Cargo.toml index e00d90a90..c1ed0f7fa 100644 --- a/pkcs1/Cargo.toml +++ b/pkcs1/Cargo.toml @@ -23,7 +23,7 @@ spki = { version = "0.8.0-rc.0" } pkcs8 = { version = "0.11.0-rc.1", optional = true, default-features = false } [dev-dependencies] -const-oid = { version = "0.10.0-rc.0", features = ["db"] } +const-oid = { version = "0.10", features = ["db"] } hex-literal = "1" tempfile = "3"