From a13cf7758bcd27164799d46aea02e18ba342c468 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:35:08 +0000 Subject: [PATCH] chore(deps): update rust crate const-oid to 0.10.0 --- Cargo.lock | 24 +++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df7f24f..230d4bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,7 +888,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b77c319abfd5219629c45c34c89ba945ed3c5e49fcde9d16b6c3885f118a730" dependencies = [ - "const-oid", + "const-oid 0.9.6", "der", "spki", "x509-cert", @@ -949,6 +949,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 = "const_format" version = "0.2.34" @@ -1233,7 +1239,7 @@ dependencies = [ "base64", "byteorder", "chrono", - "const-oid", + "const-oid 0.9.6", "der", "futures", "hex", @@ -1258,7 +1264,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", "der_derive", "flagset", "pem-rfc7468 0.7.0", @@ -1374,7 +1380,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", ] @@ -3470,7 +3476,7 @@ dependencies = [ "cfb-mode", "chrono", "cipher", - "const-oid", + "const-oid 0.9.6", "crc24", "curve25519-dalek", "cx448", @@ -4023,7 +4029,7 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" dependencies = [ - "const-oid", + "const-oid 0.9.6", "digest", "num-bigint-dig", "num-integer", @@ -4957,7 +4963,7 @@ dependencies = [ "chrono", "clap", "config", - "const-oid", + "const-oid 0.10.2", "dcap-qvl", "enumset", "futures", @@ -5043,7 +5049,7 @@ dependencies = [ "base64", "bytes", "clap", - "const-oid", + "const-oid 0.10.2", "futures-core", "hex", "pgp", @@ -6395,7 +6401,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" dependencies = [ - "const-oid", + "const-oid 0.9.6", "der", "sha1", "signature", diff --git a/Cargo.toml b/Cargo.toml index a49e38b..4a799e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ bytes = "1" chrono = "0.4.40" clap = { version = "4.5", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false } config = { version = "0.15.8", default-features = false, features = ["yaml", "json", "toml", "async"] } -const-oid = { version = "0.9.6", default-features = false } +const-oid = { version = "0.10.0", default-features = false } dcap-qvl = "0.2.3" enumset = { version = "1.1", features = ["serde"] } futures = "0.3.31"