From 59d7a03c41db279546a8f330341b550d01455a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 10:59:23 +0000 Subject: [PATCH] build(deps): 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.5.11) --- 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 26a2bc0..e69deb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ flate2 = { version = "1.0.24", features = [ encoding_rs = "0.8.31" encoding_rs_io = "0.1.7" rgb = "0.8.34" -num_enum = "0.5.7" +num_enum = "0.6.0" arrayvec = "0.7.2" [dependencies]