diff --git a/Cargo.toml b/Cargo.toml index 96f8d1c..cf1176e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_bytes = "0.11.5" bincode = "1.3.3" hashbrown = {version = "0.11.2", features = ["serde"]} zeroize = {version = "1.3", features = ["zeroize_derive"]} -const-oid = "0.6.2" +const-oid = "0.7.0" [dev-dependencies] criterion = "0.3.4"