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"), ],