From 90829a8967595bc13f8d90d2ae11a2ec2b31ce24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:00:20 +0000 Subject: [PATCH] Update num_enum requirement from 0.5.7 to 0.6.0 Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version. - [Release notes](https://github.com/illicitonion/num_enum/releases) - [Commits](https://github.com/illicitonion/num_enum/compare/0.5.8...0.6.0) --- updated-dependencies: - dependency-name: num_enum 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 6cbfaa45a83..1b8e0543377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ kem-x25519-hkdf-sha256 = ["hpke/x25519"] [dependencies] rand = "0.8.5" -num_enum = "0.5.7" +num_enum = "0.6.0" cfg-if = "1.0.0" hpke = { version = "0.10.0", default-features = false, features = ["std"] } zeroize = "1.3"