From 811e5d0d2742f1628ecc67587adbf813d9894c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:59:20 -0700 Subject: [PATCH] build(deps): bump const-oid from 0.10.0-rc.2 to 0.10.0-rc.3 (#461) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3305c5d..b7d0dd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.10.0-rc.2" +version = "0.10.0-rc.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a0d96d207edbe5135e55038e79ab9ad6d75ba83b14cdf62326ce5b12bc46ab5" +checksum = "68ff6be19477a1bd5441f382916a89bc2a0b2c35db6d41e0f6e8538bf6d6463f" [[package]] name = "cpufeatures" diff --git a/Cargo.toml b/Cargo.toml index 3fa3cda..e67140d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ num-bigint = { version = "0.8.2", features = ["i128", "prime", "zeroize"], defau num-traits = { version = "0.2.9", default-features = false, features = ["libm"] } num-integer = { version = "0.1.39", default-features = false } rand_core = { version = "0.6.4", default-features = false } -const-oid = { version = "0.10.0-rc.0", default-features = false } +const-oid = { version = "0.10.0-rc.3", default-features = false } subtle = { version = "2.1.1", default-features = false } digest = { version = "=0.11.0-pre.9", default-features = false, features = ["alloc", "oid"] } pkcs1 = { version = "0.8.0-rc.0", default-features = false, features = ["alloc", "pkcs8"] }