From d4b79ecaa814795e43b45ee04b37e4eb092ed331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 07:00:05 +0000 Subject: [PATCH] Update num_enum requirement from 0.5.4 to 0.6.1 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.4...0.6.1) --- 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 dd0844e..5b01658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anyhow = { version = "1.0.44", optional = true } log = "0.4.14" bitflags = "1.3.2" strum_macros = "0.22.0" -num_enum = { version = "0.5.4", default-features = false } +num_enum = { version = "0.6.1", default-features = false } modular-bitfield = "0.11.2"