From a9375f89057e6b2f86878b33312a33f9ba039819 Mon Sep 17 00:00:00 2001 From: Scott K Date: Tue, 2 Jan 2024 20:03:54 -0800 Subject: [PATCH] Bump swift-crypto version range (#323) Bump swift-crypto version range to `1.0.0 ..< 4.0.0` since the current version is 3.1.0. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index cc35dd5..cfbee87 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( .package(url: "https://github.com/vapor/mysql-nio.git", from: "1.0.0"), .package(url: "https://github.com/vapor/sql-kit.git", from: "3.28.0"), .package(url: "https://github.com/vapor/async-kit.git", from: "1.0.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" ..< "4.0.0"), .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"), .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.0"), ],