From c157e96d08508860ef9609916110d4a8ccffe2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:22:33 +0000 Subject: [PATCH] Bump flutter_rust_bridge_codegen in /packages/codde_protocol/native Bumps [flutter_rust_bridge_codegen](https://github.com/fzyzcjy/flutter_rust_bridge) from 2.0.0-dev.30 to 2.0.0-dev.31. - [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/v2.0.0-dev.30...v2.0.0-dev.31) --- updated-dependencies: - dependency-name: flutter_rust_bridge_codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/codde_protocol/native/Cargo.lock | 11 +++++++++-- packages/codde_protocol/native/client/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/codde_protocol/native/Cargo.lock b/packages/codde_protocol/native/Cargo.lock index 8e1a915..d447100 100644 --- a/packages/codde_protocol/native/Cargo.lock +++ b/packages/codde_protocol/native/Cargo.lock @@ -728,9 +728,9 @@ dependencies = [ [[package]] name = "flutter_rust_bridge_codegen" -version = "2.0.0-dev.30" +version = "2.0.0-dev.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75d5e6a93ef4ef69d2e409dfe9983c7b8f87179ed4b85c8256926d8dc5b1af7a" +checksum = "fb089f0e86a6873eb9538ee5dea459e9bb029feeb6777ecf1f996c805451a507" dependencies = [ "anyhow", "atty", @@ -745,6 +745,7 @@ dependencies = [ "enum_dispatch", "fern", "glob", + "hex", "include_dir", "indicatif", "indicatif-log-bridge", @@ -925,6 +926,12 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + [[package]] name = "iana-time-zone" version = "0.1.60" diff --git a/packages/codde_protocol/native/client/Cargo.toml b/packages/codde_protocol/native/client/Cargo.toml index aa99b19..cf90a50 100644 --- a/packages/codde_protocol/native/client/Cargo.toml +++ b/packages/codde_protocol/native/client/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.79" cbindgen = "0.26.0" [build-dependencies] -flutter_rust_bridge_codegen = "2.0.0-dev.30" +flutter_rust_bridge_codegen = "2.0.0-dev.31" [lib] name = "codde_protocol"