We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 100c049 + c89c2ea commit 26a804fCopy full SHA for 26a804f
Package.swift
@@ -24,8 +24,8 @@ let package = Package(
24
),
25
],
26
dependencies: [
27
- .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.1.0"),
28
- .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0-rc")
+ .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.2.0"),
+ .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0")
29
30
targets: [
31
.target(
0 commit comments