From e566a770b38b322b6e19b4f11a4e4a89589f96c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:27:56 +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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f1713f..b55b0cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,9 +58,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"