From c4da6c7b8d71fb0f6c23a90dc97f768cba1069e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 07:11:45 +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.78.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 5e257b4..3492f0b 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.78.*" [dependencies] flutter_rust_bridge = "1.72.*"