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.
1 parent 22c101d commit 435ac62Copy full SHA for 435ac62
Package.swift
@@ -36,7 +36,7 @@ let package = Package(
36
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
37
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
38
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
39
- .package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-beta.4"),
+ .package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-rc.1"),
40
// for SRP
41
.package(url: "https://github.com/adam-fowler/big-num.git", .upToNextMajor(from: "2.0.0")),
42
],
0 commit comments