From 0fa6888484b5a7fb8c314b33b7b4ac7cb64d9a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:14:30 +0000 Subject: [PATCH] build(deps): update num_enum requirement from 0.5 to 0.6 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.0...0.6.1) --- updated-dependencies: - dependency-name: num_enum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- android-activity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index 5c13802..3724c68 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -29,7 +29,7 @@ ndk = "0.7" ndk-sys = "0.4" ndk-context = "0.1" android-properties = "0.2" -num_enum = "0.5" +num_enum = "0.6" bitflags = "1.3" libc = "0.2"