From e60e6f6f1ec18279d8e49343e3d9ce4c50cc3829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 16:00:34 +0000 Subject: [PATCH] chore(deps): update flutter_rust_bridge_codegen requirement Updates the requirements on [flutter_rust_bridge_codegen](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.72.0...v1.77.0) --- updated-dependencies: - dependency-name: flutter_rust_bridge_codegen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/metadata_god/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/metadata_god/native/Cargo.toml b/packages/metadata_god/native/Cargo.toml index 49ae359..1734fd1 100644 --- a/packages/metadata_god/native/Cargo.toml +++ b/packages/metadata_god/native/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["staticlib", "cdylib"] [build-dependencies] -flutter_rust_bridge_codegen = "1.72.*" +flutter_rust_bridge_codegen = "1.77.*" [dependencies] flutter_rust_bridge = "1.72.*"