diff --git a/Cargo.toml b/Cargo.toml index 73acb18ad3..5f18fb1aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ chrono = { version = "0.4", default-features = false, features = [ "now", "serde", ] } -const-oid = { version = "0.9", default-features = false, features = ["db"] } +const-oid = { version = "0.10", default-features = false, features = ["db"] } crypto_secretbox = { version = "0.1", default-features = false, features = [ "alloc", "salsa20",