From 496ea7b814dbc2bcaf6784212c96af619a459a4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 06:48:19 +1300 Subject: [PATCH] chore(deps): update frb to 1.82.6 --- packages/mimir/lib/src/bridge_generated.dart | 2 +- .../lib/src/bridge_generated.freezed.dart | 36 +++++++++---------- .../mimir/lib/src/bridge_generated.io.dart | 2 +- .../mimir/lib/src/bridge_generated.web.dart | 2 +- packages/mimir/native/Cargo.toml | 4 +-- packages/mimir/native/src/bridge_generated.rs | 6 ++-- packages/mimir/pubspec.yaml | 2 +- packages/mimir/test/utils.freezed.dart | 2 +- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/packages/mimir/lib/src/bridge_generated.dart b/packages/mimir/lib/src/bridge_generated.dart index 128cfae..812941b 100644 --- a/packages/mimir/lib/src/bridge_generated.dart +++ b/packages/mimir/lib/src/bridge_generated.dart @@ -1,5 +1,5 @@ // AUTO GENERATED FILE, DO NOT EDIT. -// Generated by `flutter_rust_bridge`@ 1.82.4. +// Generated by `flutter_rust_bridge`@ 1.82.6. // ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const import 'dart:convert'; diff --git a/packages/mimir/lib/src/bridge_generated.freezed.dart b/packages/mimir/lib/src/bridge_generated.freezed.dart index 41dda81..630118c 100644 --- a/packages/mimir/lib/src/bridge_generated.freezed.dart +++ b/packages/mimir/lib/src/bridge_generated.freezed.dart @@ -196,7 +196,7 @@ class _$Filter_OrImpl implements Filter_Or { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_OrImpl && @@ -408,7 +408,7 @@ class _$Filter_AndImpl implements Filter_And { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_AndImpl && @@ -625,7 +625,7 @@ class _$Filter_NotImpl implements Filter_Not { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_NotImpl && @@ -831,7 +831,7 @@ class _$Filter_ExistsImpl implements Filter_Exists { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_ExistsImpl && @@ -1052,7 +1052,7 @@ class _$Filter_InValuesImpl implements Filter_InValues { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_InValuesImpl && @@ -1271,7 +1271,7 @@ class _$Filter_GreaterThanImpl implements Filter_GreaterThan { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_GreaterThanImpl && @@ -1492,7 +1492,7 @@ class _$Filter_GreaterThanOrEqualImpl implements Filter_GreaterThanOrEqual { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_GreaterThanOrEqualImpl && @@ -1710,7 +1710,7 @@ class _$Filter_EqualImpl implements Filter_Equal { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_EqualImpl && @@ -1927,7 +1927,7 @@ class _$Filter_NotEqualImpl implements Filter_NotEqual { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_NotEqualImpl && @@ -2145,7 +2145,7 @@ class _$Filter_LessThanImpl implements Filter_LessThan { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_LessThanImpl && @@ -2366,7 +2366,7 @@ class _$Filter_LessThanOrEqualImpl implements Filter_LessThanOrEqual { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_LessThanOrEqualImpl && @@ -2592,7 +2592,7 @@ class _$Filter_BetweenImpl implements Filter_Between { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_BetweenImpl && @@ -2806,7 +2806,7 @@ class _$Filter_IsNullImpl implements Filter_IsNull { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_IsNullImpl && @@ -3013,7 +3013,7 @@ class _$Filter_IsEmptyImpl implements Filter_IsEmpty { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$Filter_IsEmptyImpl && @@ -3505,7 +3505,7 @@ class _$MimirIndexSettingsImpl implements _MimirIndexSettings { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$MimirIndexSettingsImpl && @@ -3729,7 +3729,7 @@ class _$SortBy_AscImpl implements SortBy_Asc { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$SortBy_AscImpl && @@ -3866,7 +3866,7 @@ class _$SortBy_DescImpl implements SortBy_Desc { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$SortBy_DescImpl && @@ -4064,7 +4064,7 @@ class _$SynonymsImpl implements _Synonyms { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$SynonymsImpl && diff --git a/packages/mimir/lib/src/bridge_generated.io.dart b/packages/mimir/lib/src/bridge_generated.io.dart index 280f0a1..7d40438 100644 --- a/packages/mimir/lib/src/bridge_generated.io.dart +++ b/packages/mimir/lib/src/bridge_generated.io.dart @@ -1,5 +1,5 @@ // AUTO GENERATED FILE, DO NOT EDIT. -// Generated by `flutter_rust_bridge`@ 1.82.4. +// Generated by `flutter_rust_bridge`@ 1.82.6. // ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const import 'dart:convert'; diff --git a/packages/mimir/lib/src/bridge_generated.web.dart b/packages/mimir/lib/src/bridge_generated.web.dart index db875ad..4d6be2e 100644 --- a/packages/mimir/lib/src/bridge_generated.web.dart +++ b/packages/mimir/lib/src/bridge_generated.web.dart @@ -1,5 +1,5 @@ // AUTO GENERATED FILE, DO NOT EDIT. -// Generated by `flutter_rust_bridge`@ 1.82.4. +// Generated by `flutter_rust_bridge`@ 1.82.6. // ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const import 'dart:convert'; diff --git a/packages/mimir/native/Cargo.toml b/packages/mimir/native/Cargo.toml index 1a51bcb..eb8534f 100644 --- a/packages/mimir/native/Cargo.toml +++ b/packages/mimir/native/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" crate-type = ["staticlib", "cdylib"] [build-dependencies] -flutter_rust_bridge_codegen = "=1.82.4" +flutter_rust_bridge_codegen = "=1.82.6" [dependencies] -flutter_rust_bridge = "=1.82.4" +flutter_rust_bridge = "=1.82.6" anyhow = "1.0.*" serde = "1.0.*" serde_json = "1.0.*" diff --git a/packages/mimir/native/src/bridge_generated.rs b/packages/mimir/native/src/bridge_generated.rs index 1c1e44f..45ec51f 100644 --- a/packages/mimir/native/src/bridge_generated.rs +++ b/packages/mimir/native/src/bridge_generated.rs @@ -9,7 +9,7 @@ clippy::too_many_arguments )] // AUTO GENERATED FILE, DO NOT EDIT. -// Generated by `flutter_rust_bridge`@ 1.82.4. +// Generated by `flutter_rust_bridge`@ 1.82.6. use crate::api::*; use core::panic::UnwindSafe; @@ -720,7 +720,7 @@ mod web { } } #[cfg(target_family = "wasm")] -pub use web::*; +pub use self::web::*; #[cfg(not(target_family = "wasm"))] mod io { @@ -1615,4 +1615,4 @@ mod io { } } #[cfg(not(target_family = "wasm"))] -pub use io::*; +pub use self::io::*; diff --git a/packages/mimir/pubspec.yaml b/packages/mimir/pubspec.yaml index b9825fd..abe43dd 100644 --- a/packages/mimir/pubspec.yaml +++ b/packages/mimir/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: ffi: ^2.0.1 - flutter_rust_bridge: 1.82.4 + flutter_rust_bridge: 1.82.6 freezed_annotation: ^2.2.0 meta: ^1.8.0 diff --git a/packages/mimir/test/utils.freezed.dart b/packages/mimir/test/utils.freezed.dart index 7346883..4122658 100644 --- a/packages/mimir/test/utils.freezed.dart +++ b/packages/mimir/test/utils.freezed.dart @@ -332,7 +332,7 @@ class _$ComparableMimirIndexSettingsImpl } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$ComparableMimirIndexSettingsImpl &&