From fb2ec1978e846e523607983be79bd8ec1596cc54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:47:40 +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.30...v2.0.0) --- updated-dependencies: - dependency-name: flutter_rust_bridge dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/codde_protocol/native/client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/codde_protocol/native/client/Cargo.toml b/packages/codde_protocol/native/client/Cargo.toml index e91b5e8..fe53fb5 100644 --- a/packages/codde_protocol/native/client/Cargo.toml +++ b/packages/codde_protocol/native/client/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/codde-pi/codde_protocol" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -flutter_rust_bridge = "=2.0.0-dev.30" +flutter_rust_bridge = "=2.0.0" quote = "1.0.35" serde = {version= "1.0.196", features = ["derive"] } syn = "2.0.48"