From 5b891f336d3c72c183f688cb33f042af83edf9b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:37:16 +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 e1625f626b..f29a886f39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6017,7 +6017,7 @@ dependencies = [ name = "perry-ext-node-forge" version = "0.5.1351" 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"] }