Skip to content

Commit

Permalink
Update dependency vapor/jwt-kit to from: "4.13.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent aa6b48d commit d15d1cd
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 @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/kean/Get.git", .upToNextMajor(from: "2.2.0")),
.package(url: "https://github.com/vapor/jwt-kit.git", .upToNextMajor(from: "4.13.4")),
.package(url: "https://github.com/vapor/jwt-kit.git", .upToNextMajor(from: "4.13.5")),
.package(url: "https://github.com/kateinoigakukun/StubKit.git", .upToNextMajor(from: "0.1.7")),
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMajor(from: "1.5.0")),
.package(url: "https://github.com/pointfreeco/swift-tagged.git", .upToNextMajor(from: "0.10.0")),
Expand Down

0 comments on commit d15d1cd

Please sign in to comment.