Skip to content

Commit

Permalink
Use jwt-kit 5.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 8, 2024
1 parent 22c101d commit 435ac62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
.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"),
// for SRP
.package(url: "https://github.com/adam-fowler/big-num.git", .upToNextMajor(from: "2.0.0")),
],
Expand Down

0 comments on commit 435ac62

Please sign in to comment.