From e6c7b6242663a2d4e00caa78b9ff8a5c8a1fc2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 05:46:16 +0000 Subject: [PATCH] build(deps): bump const-oid from 0.10.0-rc.2 to 0.10.0-rc.3 Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.10.0-rc.2 to 0.10.0-rc.3. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.10.0-rc.2...const-oid/v0.10.0-rc.3) --- updated-dependencies: - dependency-name: const-oid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3305c5d..b7d0dd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.10.0-rc.2" +version = "0.10.0-rc.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a0d96d207edbe5135e55038e79ab9ad6d75ba83b14cdf62326ce5b12bc46ab5" +checksum = "68ff6be19477a1bd5441f382916a89bc2a0b2c35db6d41e0f6e8538bf6d6463f" [[package]] name = "cpufeatures" diff --git a/Cargo.toml b/Cargo.toml index 3fa3cda..e67140d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ num-bigint = { version = "0.8.2", features = ["i128", "prime", "zeroize"], defau num-traits = { version = "0.2.9", default-features = false, features = ["libm"] } num-integer = { version = "0.1.39", default-features = false } rand_core = { version = "0.6.4", default-features = false } -const-oid = { version = "0.10.0-rc.0", default-features = false } +const-oid = { version = "0.10.0-rc.3", default-features = false } subtle = { version = "2.1.1", default-features = false } digest = { version = "=0.11.0-pre.9", default-features = false, features = ["alloc", "oid"] } pkcs1 = { version = "0.8.0-rc.0", default-features = false, features = ["alloc", "pkcs8"] }