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 }