From f4d5c580862ee2d286da59cbd7e7558177bfe5af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:45:14 +0000 Subject: [PATCH] build(deps): bump flutter_rust_bridge_macros from 1.82.0 to 1.82.1 (#442) Bumps [flutter_rust_bridge_macros](https://github.com/fzyzcjy/flutter_rust_bridge) from 1.82.0 to 1.82.1. - [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.82.0...v1.82.1) --- updated-dependencies: - dependency-name: flutter_rust_bridge_macros dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 478c492f..35dba7a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,9 +471,9 @@ dependencies = [ [[package]] name = "flutter_rust_bridge_macros" -version = "1.82.0" +version = "1.82.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f907b6c1555d3b0d99ebc81641d4703cc6695b1a2b099b61485bf8b18a6bc6" +checksum = "0ef4736aac920ca50be2c7747a46494d3740ca88bc49a6654b031d6f396282f3" [[package]] name = "fnv"