From 6f2887831d4cae7ec77e38ccf4b6212399ae9d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:24:10 +0000 Subject: [PATCH] chore(deps): update num_enum requirement from 0.6.1 to 0.7.2 Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version. - [Commits](https://github.com/illicitonion/num_enum/compare/0.6.1...0.7.2) --- 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 172cd129..2d7b41e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ crc32fast = "1.4.0" displaydoc = { version = "0.2.4", default-features = false } flate2 = { version = "1.0.28", default-features = false, optional = true } hmac = { version = "0.12.1", optional = true, features = ["reset"] } -num_enum = "0.6.1" +num_enum = "0.7.2" pbkdf2 = { version = "0.12.2", optional = true } sha1 = { version = "0.10.6", optional = true } thiserror = "1.0.48"