From 3dff9441342df82da2049e4ed9e075cf9c128c4a Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Wed, 23 Apr 2025 10:58:02 -0700 Subject: [PATCH] chore(deps): bump `const-oid` from `0.10.0-rc3` to `0.10` (#942) --- Cargo.lock | 4 ++-- ml-dsa/Cargo.toml | 2 +- slh-dsa/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05ea658..ee95a7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,9 +185,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "const-oid" -version = "0.10.0-rc.3" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ff6be19477a1bd5441f382916a89bc2a0b2c35db6d41e0f6e8538bf6d6463f" +checksum = "0dabb6555f92fb9ee4140454eb5dcd14c7960e1225c6d1a6cc361f032947713e" [[package]] name = "cpufeatures" diff --git a/ml-dsa/Cargo.toml b/ml-dsa/Cargo.toml index 941d94d..2ca5c74 100644 --- a/ml-dsa/Cargo.toml +++ b/ml-dsa/Cargo.toml @@ -39,7 +39,7 @@ sha3 = "=0.11.0-pre.5" signature = "=2.3.0-pre.7" zeroize = { version = "1.8.1", optional = true, default-features = false } -const-oid = { version = "0.10.0-rc.1", features = ["db"], optional = true } +const-oid = { version = "0.10", features = ["db"], optional = true } pkcs8 = { version = "0.11.0-rc.2", default-features = false, optional = true } [dev-dependencies] diff --git a/slh-dsa/Cargo.toml b/slh-dsa/Cargo.toml index fb308ec..26b0f2c 100644 --- a/slh-dsa/Cargo.toml +++ b/slh-dsa/Cargo.toml @@ -26,7 +26,7 @@ hmac = "=0.13.0-pre.5" sha2 = { version = "=0.11.0-pre.5", default-features = false } digest = "=0.11.0-pre.10" pkcs8 = { version = "0.11.0-rc.1", default-features = false } -const-oid = { version = "0.10.0-rc.1", features = ["db"] } +const-oid = { version = "0.10", features = ["db"] } zeroize = { version = "1.8.1", optional = true, default-features = false } [dev-dependencies]