From e01c1c2e88261de43c11a6331613a8ec60a1d197 Mon Sep 17 00:00:00 2001 From: Varun Lohade <50517140+varunlohade@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:41:39 +0530 Subject: [PATCH] Updated BigInt version to 5.3.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c2a8de2a..32f9386c 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( .library(name: "web3-zksync.swift", targets: ["web3-zksync"]) ], dependencies: [ - .package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "5.2.0"), + .package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "5.3.0"), .package(name: "GenericJSON", url: "https://github.com/iwill/generic-json-swift", .upToNextMajor(from: "2.0.0")), .package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", .upToNextMajor(from: "0.6.0")), .package(url: "https://github.com/vapor/websocket-kit.git", from: "2.0.0"),