From 0188c6c6c16f2bed64ba08e286d411ba5910869f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 02:05:23 +0000 Subject: [PATCH] Update num_enum requirement from 0.5.7 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.8...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 84152ad..68d10d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ exclude = [ [dependencies] embedded-hal = "0.2.3" bit_field = "0.10.1" -num_enum = { version = "0.5.7", default-features = false } +num_enum = { version = "0.6.1", default-features = false } paste = "1.0.8"