From d767916f2ada0ed0dbcdc7a9b9fe018a4cc63c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:34:22 +0000 Subject: [PATCH] Update flutter_rust_bridge requirement 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/v2.0.0-dev.24...v2.0.0-dev.28) --- updated-dependencies: - dependency-name: flutter_rust_bridge dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/codde_protocol/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/codde_protocol/native/Cargo.toml b/packages/codde_protocol/native/Cargo.toml index 9d13a21..aa9bfa1 100644 --- a/packages/codde_protocol/native/Cargo.toml +++ b/packages/codde_protocol/native/Cargo.toml @@ -21,7 +21,7 @@ cbor = "0.4.1" typetag = "0.2.15" rmp-serde = "1.1.2" anyhow = "1.0.79" -flutter_rust_bridge = "=2.0.0-dev.24" +flutter_rust_bridge = "=2.0.0-dev.28" cbindgen = "0.26.0" regex = "1.10.3"