From 074bf8de140bdb8818339ee2c6879bffa7093638 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 3 Nov 2025 18:50:36 +0000 Subject: [PATCH] fix(deps): update rust crate const-oid to 0.10.0 --- authenticode/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authenticode/Cargo.toml b/authenticode/Cargo.toml index 7c75b24..2930739 100644 --- a/authenticode/Cargo.toml +++ b/authenticode/Cargo.toml @@ -25,7 +25,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] cms.workspace = true -const-oid = { version = "0.9.0", default-features = false } +const-oid = { version = "0.10.0", default-features = false } der = { workspace = true, features = ["derive"] } digest.workspace = true object = { workspace = true, optional = true }