From 1c8cd535b1155f220a26c50f21f44ed6ab73c63f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 19:09:31 +0000 Subject: [PATCH] chore(deps): update dependency cryptoswift to ~> 1.7.0 --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 4e07110..ca4b999 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.7.0' end post_install do |installer|