From 0b63094b57558d850b9204dd6c606f5957ab65c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 13:33:21 +0000 Subject: [PATCH] Update num_enum requirement from 0.5.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.5.1...0.7.2) --- updated-dependencies: - dependency-name: num_enum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe09241..bbdb8b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ nb = "1.0.0" usb-device = "0.3.2" [dependencies.num_enum] -version = "0.5.1" +version = "0.7.2" default-features = false