From e2f69421a0667f88b9943a86cb8465e22903ffa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:13:55 +0000 Subject: [PATCH] build(deps): update num_enum requirement from 0.6 to 0.7 Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version. - [Commits](https://github.com/illicitonion/num_enum/commits) --- 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 9233f4c..a9abcde 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -43,7 +43,7 @@ ndk = "0.7" ndk-sys = "0.4" ndk-context = "0.1" android-properties = "0.2" -num_enum = "0.6" +num_enum = "0.7" bitflags = "2.0" libc = "0.2" thiserror = "1"