diff --git a/Package.swift b/Package.swift index 187b0cd..d616a32 100644 --- a/Package.swift +++ b/Package.swift @@ -14,10 +14,10 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"), - .package(url: "https://github.com/apple/swift-crypto.git", from: "2.1.0"), - .package(url: "https://github.com/vapor/jwt-kit.git", branch: "main"), - .package(url: "https://github.com/apple/swift-certificates.git", from: "1.0.0-beta.1"), - .package(url: "https://github.com/apple/swift-asn1.git", from: "1.0.0-beta.1") + .package(url: "https://github.com/apple/swift-crypto.git", "2.1.0" ..< "4.0.0"), + .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.1"), + .package(url: "https://github.com/apple/swift-certificates.git", from: "1.2.0"), + .package(url: "https://github.com/apple/swift-asn1.git", from: "1.1.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.