From b1620355c62114562b3869078bf3f330848cae2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 20:51:22 +0000 Subject: [PATCH] deps(deps): bump const-oid from 0.9.6 to 0.10.2 Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.9.6 to 0.10.2. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.6...const-oid/v0.10.2) --- updated-dependencies: - dependency-name: const-oid dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/perry-ext-node-forge/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4b1a459fa..ccdbcc2e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6017,7 +6017,7 @@ dependencies = [ name = "perry-ext-node-forge" version = "0.5.1339" dependencies = [ - "const-oid 0.9.6", + "const-oid 0.10.2", "der 0.7.10", "pem", "perry-ffi", diff --git a/crates/perry-ext-node-forge/Cargo.toml b/crates/perry-ext-node-forge/Cargo.toml index 0174874c04..9b43f60c20 100644 --- a/crates/perry-ext-node-forge/Cargo.toml +++ b/crates/perry-ext-node-forge/Cargo.toml @@ -22,7 +22,7 @@ sha2 = "0.10" x509-cert = { version = "0.2", features = ["builder", "hazmat"] } der = { version = "0.7", features = ["oid"] } spki = "0.7" -const-oid = "0.9" +const-oid = "0.10" pem = "3" rand = "0.8" time = { version = "0.3", features = ["parsing"] }