From c1184ac43586f885771bc40e174706e2e542c7aa Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:21:31 +0200 Subject: [PATCH] fix deps --- Package.resolved | 4 ++-- Package.swift | 2 +- SingleFactorAuth.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index e6623d4..8969d80 100644 --- a/Package.resolved +++ b/Package.resolved @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Web3Auth/session-manager-swift.git", "state" : { - "revision" : "cad9cf59c2aaf062d80b6ad88e6d3ef2680b94ef", - "version" : "4.1.0" + "revision" : "b0e429712884059ff096ebfb7ef689d8bc95712b", + "version" : "5.0.0" } }, { diff --git a/Package.swift b/Package.swift index 98c29fb..8a73111 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( .package(url: "https://github.com/torusresearch/fetch-node-details-swift.git", from: "6.0.3"), .package(url: "https://github.com/torusresearch/torus-utils-swift.git", from: "9.0.1"), .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"), - .package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "4.1.0"), + .package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "5.0.0"), ], targets: [ .target( diff --git a/SingleFactorAuth.podspec b/SingleFactorAuth.podspec index 9c51803..4ef3984 100644 --- a/SingleFactorAuth.podspec +++ b/SingleFactorAuth.podspec @@ -13,5 +13,5 @@ Pod::Spec.new do |spec| spec.dependency 'Torus-fetchNodeDetails', '~> 6.0.3' spec.dependency 'curvelib.swift', '~> 1.0.1' spec.dependency 'Torus-utils', '~> 9.0.1' - spec.dependency 'TorusSessionManager', '~> 4.1.0' + spec.dependency 'TorusSessionManager', '~> 5.0.0' end