From 30ebf403f43ffaea366db706c203226300e3de61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:33:09 +0000 Subject: [PATCH] build(deps): update thiserror requirement from 1 to 2 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.0...2.0.3) --- updated-dependencies: - dependency-name: thiserror 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 59b0b54..72cc60f 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -40,7 +40,7 @@ android-properties = "0.2" num_enum = "0.7" bitflags = "2.0" libc = "0.2" -thiserror = "1" +thiserror = "2" [build-dependencies] cc = { version = "1.0", features = ["parallel"] }