diff --git a/Package.swift b/Package.swift index 3623871..213cd70 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/jmmaloney4/VarInt.git", from: "1.0.0"), - .package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"), + .package(url: "https://github.com/attaswift/BigInt.git", from: "5.4.0"), .package(url: "https://github.com/apple/swift-crypto.git", from: "3.4.0"), ], targets: [