From fb717ebd409fa6746ecb32d0e1a7e7dfa69014f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:05:10 +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.75.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..33d7f90 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.75.*" [dependencies] flutter_rust_bridge = "1.72.*"