From 0b4238fb9f740762398fbb63b354526b18188e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 06:00:28 +0000 Subject: [PATCH] Update flutter_rust_bridge requirement from 1 to 2 in /native Updates the requirements on [flutter_rust_bridge](https://github.com/fzyzcjy/flutter_rust_bridge) to permit the latest version. - [Release notes](https://github.com/fzyzcjy/flutter_rust_bridge/releases) - [Changelog](https://github.com/fzyzcjy/flutter_rust_bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/fzyzcjy/flutter_rust_bridge/compare/v1.0.2...v2.0.0) --- updated-dependencies: - dependency-name: flutter_rust_bridge dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/Cargo.toml b/native/Cargo.toml index 5dd7592..8e3d603 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib", "staticlib"] [dependencies] anyhow = "1" -flutter_rust_bridge = "1" +flutter_rust_bridge = "2" # Bug: wasm-bindgen is not reexported from FRB [target.'cfg(target_family = "wasm")'.dependencies]