From b4958645244f4c4b2c647868b1e3420e0b36527b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:55:15 +0000 Subject: [PATCH] build(deps): bump const-oid from 0.10.0-rc.0 to 0.10.1 Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.10.0-rc.0 to 0.10.1. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.10.0-rc.0...const-oid/v0.10.1) --- updated-dependencies: - dependency-name: const-oid dependency-version: 0.10.1 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 14f4f51..88464fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.10.0-rc.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9adcf94f05e094fca3005698822ec791cb4433ced416afda1c5ca3b8dfc05a2f" +checksum = "0dabb6555f92fb9ee4140454eb5dcd14c7960e1225c6d1a6cc361f032947713e" [[package]] name = "cpufeatures" diff --git a/Cargo.toml b/Cargo.toml index dd466e2..718180f 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.1", 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"] }