diff --git a/Package.swift b/Package.swift index f7eb332..412cdb1 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"), - .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"), + .package(url: "https://github.com/apple/swift-crypto.git", "3.0.0" ..< "5.0.0"), .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/apple/swift-nio.git", from: "2.42.0"),