From 7e4fb5da1c6a3da0450ac0c63ea34a66c3d2d21f Mon Sep 17 00:00:00 2001 From: Mariusz Klochowicz Date: Fri, 30 Jun 2023 11:33:55 +0930 Subject: [PATCH] chore(deps): Bump flutter_rust_bridge to 1.78.0 We could not bump it all the way before as it needs Dart 3. --- crates/tests-e2e/Cargo.toml | 2 +- justfile | 2 +- mobile/native/Cargo.toml | 2 +- mobile/pubspec.lock | 4 ++-- mobile/pubspec.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/tests-e2e/Cargo.toml b/crates/tests-e2e/Cargo.toml index 2e4652d33..5a159a3d6 100644 --- a/crates/tests-e2e/Cargo.toml +++ b/crates/tests-e2e/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1" coordinator-commons = { path = "../coordinator-commons" } -flutter_rust_bridge = "1.75.3" +flutter_rust_bridge = "1.78.0" native = { path = "../../mobile/native" } quote = "1.0.28" reqwest = { version = "0.11", default-features = false, features = ["json"] } diff --git a/justfile b/justfile index dd234c471..c5cc0191b 100644 --- a/justfile +++ b/justfile @@ -19,7 +19,7 @@ precommit: gen lint deps: deps-gen deps-android deps-ios deps-gen: - cargo install flutter_rust_bridge_codegen@1.75.3 + cargo install flutter_rust_bridge_codegen@1.78.0 # Install dependencies for Android (build targets and cargo-ndk) deps-android: diff --git a/mobile/native/Cargo.toml b/mobile/native/Cargo.toml index 2936459aa..5975adcd8 100644 --- a/mobile/native/Cargo.toml +++ b/mobile/native/Cargo.toml @@ -14,7 +14,7 @@ coordinator-commons = { path = "../../crates/coordinator-commons" } diesel = { version = "2.0.0", features = ["sqlite", "r2d2", "extras"] } diesel_migrations = "2.0.0" dlc-messages = { version = "0.4.0" } -flutter_rust_bridge = "1.75.3" +flutter_rust_bridge = "1.78.0" futures = "0.3" hex = "0.4" itertools = "0.10" diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock index be118a7d4..94cf4a789 100644 --- a/mobile/pubspec.lock +++ b/mobile/pubspec.lock @@ -330,10 +330,10 @@ packages: dependency: "direct main" description: name: flutter_rust_bridge - sha256: "36e11b79ac7011d9203313468c5827fe1215b0fa03df384cfe2891a68ed74ed5" + sha256: "6960d0843f6f7b4eac28f2531eb0024f01c49bf9eec798327fbbafa084c1f535" url: "https://pub.dev" source: hosted - version: "1.75.3" + version: "1.78.0" flutter_speed_dial: dependency: "direct main" description: diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 148d32c5e..c1c0188c5 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: cupertino_icons: ^1.0.5 ffi: ^2.0.2 f_logs: ^2.0.1 - flutter_rust_bridge: ^1.75.3 + flutter_rust_bridge: ^1.78.0 flutter_speed_dial: ^7.0.0 meta: ^1.8.0 go_router: ^9.0.0