From a1849d46753ce2f97158a13900c9a9db84c8ee85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 08:11:55 +0000 Subject: [PATCH] chore(deps): update rust crate const-oid to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1850bf..398f712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ der = { version = "0.7", features = ["alloc", "derive", "oid"] } pem = { version = "3.0" } spki = { version = "0.7", features = ["alloc"] } # To upgrade `const-oid`, first `spki` needs to be upgraded -const-oid = "0.9" +const-oid = "0.10" x509-cert = { version = "0.2", features = ["builder", "sct"] } tls_codec = { version = "0.4", default-features = false, features = ["derive"] }