From f52a5b1c8609412196c0ff5bde8b30a15af72729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:38:46 +0000 Subject: [PATCH] chore(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/dpp-seal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13ed7a1..78e13eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2548,7 +2548,7 @@ dependencies = [ "base64 0.23.1", "chrono", "cms", - "const-oid 0.9.6", + "const-oid 0.10.2", "der", "dpp-domain", "hex", diff --git a/crates/dpp-seal/Cargo.toml b/crates/dpp-seal/Cargo.toml index 8c2724a..12826a8 100644 --- a/crates/dpp-seal/Cargo.toml +++ b/crates/dpp-seal/Cargo.toml @@ -38,7 +38,7 @@ zeroize = { workspace = true } cms = { version = "0.2", default-features = false } x509-cert = "0.2" der = "0.7" -const-oid = "0.9" +const-oid = "0.10" p256 = { version = "0.13", features = ["ecdsa", "pkcs8"] } rcgen = "0.14"