diff --git a/pubspec.yaml b/pubspec.yaml index 8c5005c..e9c9072 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.1.8 - flutter_rust_bridge: ^2.12.0 + flutter_rust_bridge: 2.11.1 # pinned to match codegen version in frb_generated.dart, 2.12.0 is not compatible at this time freezed_annotation: ^3.1.0 meta: ^1.17.0 #1.18.2 latest not allowed because of compatibility issues with other dependencies diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 645894f..603443d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "ccc_cryptography" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ccc-crypto-core", "ccc-crypto-wolfssl",