From 5c63effed52789510b93b0e0911b95923e5e55a1 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:23:27 +0200 Subject: [PATCH] fix: update dependencies for bigint downgrade --- CustomAuth.podspec | 4 ++-- Package.resolved | 8 ++++---- Package.swift | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CustomAuth.podspec b/CustomAuth.podspec index 023db6e..166b65c 100644 --- a/CustomAuth.podspec +++ b/CustomAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomAuth" - spec.version = "10.0.1" + spec.version = "10.0.2" spec.platform = :ios, "13.0" spec.summary = "Swift SDK that allows applications to directly interact with the Torus Network, similar to how Torus Wallet does." spec.homepage = "https://github.com/torusresearch/customauth-swift-sdk" @@ -10,6 +10,6 @@ Pod::Spec.new do |spec| spec.module_name = "CustomAuth" spec.source = { :git => "https://github.com/torusresearch/customauth-swift-sdk.git", :tag => spec.version } spec.source_files = "Sources/CustomAuth/*.{swift}","Sources/CustomAuth/**/*.{swift}" - spec.dependency 'Torus-utils', '~> 8.1.0' + spec.dependency 'Torus-utils', '~> 8.1.1' spec.dependency 'JWTDecode', '~> 3.1.0' end diff --git a/Package.resolved b/Package.resolved index 6675452..b3deb01 100644 --- a/Package.resolved +++ b/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/torusresearch/fetch-node-details-swift.git", "state": { "branch": null, - "revision": "f085d3d85a4f36b57cfef8f0871ac8df1dd4f6f1", - "version": "6.0.1" + "revision": "5f67cd080c26cf38ae91e7fe63e6217c6e401c07", + "version": "6.0.2" } }, { @@ -69,8 +69,8 @@ "repositoryURL": "https://github.com/torusresearch/torus-utils-swift.git", "state": { "branch": null, - "revision": "f20a23bb11b3c144650ff17048f94068f410ceae", - "version": "8.1.0" + "revision": "ff85c3e96bfa29013309b487875c4d9383e4ac80", + "version": "8.1.1" } } ] diff --git a/Package.swift b/Package.swift index 96c1926..613e85a 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( targets: ["CustomAuth"]) ], dependencies: [ - .package(url: "https://github.com/torusresearch/torus-utils-swift.git", from: "8.1.0"), + .package(url: "https://github.com/torusresearch/torus-utils-swift.git", from: "8.1.1"), .package(name: "jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"), .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.1.0"), .package(url: "https://github.com/tkey/curvelib.swift", from: "1.0.0"),