From c3c9be5f3f04b5bb3f1f50742557ee88015fb641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 12:12:09 +0000 Subject: [PATCH] Update const-oid requirement from 0.6.2 to 0.7.0 Updates the requirements on [const-oid](https://github.com/RustCrypto/formats) to permit the latest version. - [Release notes](https://github.com/RustCrypto/formats/releases) - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.6.2...const-oid/v0.7.0) --- updated-dependencies: - dependency-name: const-oid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"