From f0ff553419fea0f5e0245b183c179d2a4732ab25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:05:09 +0000 Subject: [PATCH] chore(deps): update dependency cryptoswift to ~> 1.8.0 --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 4e07110..c7fc2ca 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -33,7 +33,7 @@ target 'Runner' do flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) - pod 'CryptoSwift', '~> 1.2.0' + pod 'CryptoSwift', '~> 1.8.0' end post_install do |installer|