From 3098f638ff79134b47ae41a6f0cebd98e22f63df Mon Sep 17 00:00:00 2001 From: Forrest Date: Thu, 23 Sep 2021 12:41:30 +0800 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 3ef3bb640..7dfcc21ec 100755 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/attaswift/BigInt.git", from: "5.0.0"), .package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.8.4"), - .package(url: "https://github.com/daltoniam/Starscream.git", from: "3.1.0"), + .package(url: "https://github.com/daltoniam/Starscream.git", from: "3.1.1"), .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.0.0"), .package(url: "https://github.com/tesseract-one/CSecp256k1.swift", from: "0.1.0"), ],