From 9f41accac8fab4d8fd63ef5554059b8d577a5934 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 22 Nov 2022 14:19:35 +0100 Subject: [PATCH] chore: Upgrade openssl --- pubspec.lock | 8 +++++--- pubspec.yaml | 6 +++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c54b48c4..4c7a1577 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -586,9 +586,11 @@ packages: flutter_openssl_crypto: dependency: "direct main" description: - name: flutter_openssl_crypto - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: "krille/update-open-ssl" + resolved-ref: "3d8ea9072faf2e7ce79c02bc9e39a9165607f89c" + url: "https://gitlab.com/famedly/company/frontend/libraries/flutter_openssl_crypto.git" + source: git version: "0.1.0" flutter_plugin_android_lifecycle: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index e41b6d4b..6d8b79d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -144,6 +144,10 @@ msix_config: dependency_overrides: # Until all dependencies are compatible. Missing: file_picker_cross, flutter_matrix_html ffi: ^2.0.0 + flutter_openssl_crypto: + git: + url: https://gitlab.com/famedly/company/frontend/libraries/flutter_openssl_crypto.git + ref: krille/update-open-ssl # fake secure storage plugin for Windows # See: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15161 @@ -160,4 +164,4 @@ dependency_overrides: keyboard_shortcuts: git: url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git - ref: null-safety + ref: null-safety \ No newline at end of file