From 85c3f3b2456647e84049b667581477d417625889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 07:11:28 +0000 Subject: [PATCH] chore(deps): 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/v1.72.0...v1.78.0) --- updated-dependencies: - dependency-name: flutter_rust_bridge 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..e2247c9 100644 --- a/packages/metadata_god/native/Cargo.toml +++ b/packages/metadata_god/native/Cargo.toml @@ -10,6 +10,6 @@ crate-type = ["staticlib", "cdylib"] flutter_rust_bridge_codegen = "1.72.*" [dependencies] -flutter_rust_bridge = "1.72.*" +flutter_rust_bridge = "1.78.*" anyhow = "1" lofty = { git = "https://github.com/FriederHannenheim/lofty-rs.git" }