diff --git a/Package.resolved b/Package.resolved index 9e3a9bd..ce7b778 100644 --- a/Package.resolved +++ b/Package.resolved @@ -24,8 +24,8 @@ "repositoryURL": "https://github.com/apple/swift-crypto.git", "state": { "branch": null, - "revision": "d9825fa541df64b1a7b182178d61b9a82730d01f", - "version": "2.1.0" + "revision": "b51f1d6845b353a2121de1c6a670738ec33561a6", + "version": "3.1.0" } }, { diff --git a/Package.swift b/Package.swift index 856d2d6..e7e35fd 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-nio.git", from: "2.60.0"), - .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"3.0.0"), + .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..."3.1.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.