From ae9a78512c25a9e067972bf51c7532841d4dc66e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 05:47:23 +0000 Subject: [PATCH] build(deps): bump const-oid from 0.10.0 to 0.10.1 Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.10.0 to 0.10.1. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.10.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 8c58741..85174e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cb3c4a0d3776f7535c32793be81d6d5fec0d48ac70955d9834e643aa249a52f" +checksum = "0dabb6555f92fb9ee4140454eb5dcd14c7960e1225c6d1a6cc361f032947713e" [[package]] name = "cpufeatures" diff --git a/Cargo.toml b/Cargo.toml index 930efb2..ebebb14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.83" [dependencies] rand_core = { version = "0.9.0", default-features = false } -const-oid = { version = "0.10.0", default-features = false } +const-oid = { version = "0.10.1", default-features = false } subtle = { version = "2.6.1", default-features = false } digest = { version = "=0.11.0-pre.10", default-features = false, features = ["alloc", "oid"] } pkcs1 = { version = "0.8.0-rc.1", default-features = false, features = ["alloc", "pkcs8"] }