From fa83e700f64f0aed91c5334821a7e53846e32181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:13:32 +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 | 14 ++++++++++---- src/lib/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd6a0f2..f2a020d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,6 +384,12 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" +[[package]] +name = "const-oid" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" + [[package]] name = "core-foundation" version = "0.9.4" @@ -729,7 +735,7 @@ version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ - "const-oid", + "const-oid 0.9.6", "pem-rfc7468", "zeroize", ] @@ -764,7 +770,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer", - "const-oid", + "const-oid 0.9.6", "crypto-common", "subtle", ] @@ -4649,7 +4655,7 @@ dependencies = [ "anyhow", "base64 0.22.1", "chrono", - "const-oid", + "const-oid 0.10.2", "criterion", "ct-codecs", "ecdsa", @@ -4735,7 +4741,7 @@ dependencies = [ name = "wsc-dsse" version = "0.10.0" dependencies = [ - "base64", + "base64 0.22.1", "ed25519-compact", "serde", "serde_json", diff --git a/src/lib/Cargo.toml b/src/lib/Cargo.toml index 3a6c9c0..a6669e8 100644 --- a/src/lib/Cargo.toml +++ b/src/lib/Cargo.toml @@ -60,7 +60,7 @@ rustls-pki-types = { version = "1.11", default-features = false } rustls = { version = "0.23", default-features = false, features = ["std", "ring"] } webpki-roots = "1.0" pem = "4.0" -const-oid = { version = "0.9", default-features = false, features = ["db"] } +const-oid = { version = "0.10", default-features = false, features = ["db"] } # X.509 certificate generation for provisioning rcgen = { version = "0.13", features = ["pem", "x509-parser"] } # Policy file parsing (TOML format)