diff --git a/Cargo.toml b/Cargo.toml index 183c816..d4bacf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ categories = [ base64ct = { version = "1", features = ["alloc"] } bytes = "1" chrono = { version = "0.4", features = ["serde"] } -const-oid = { version = "0.9", features = ["db"] } +const-oid = { version = "0.10", features = ["db"] } der = { version = "0.7", features = ["std", "pem", "oid"] } fd-lock = { version = "4", optional = true } http = { version = "1.1", optional = true }