Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Dec 15, 2024
1 parent 8bff33e commit c9b57f7
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 @@ -13,7 +13,7 @@ let package = Package(
.library(name: "AppleMapsKit", targets: ["AppleMapsKit"])
],
dependencies: [
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.23.1"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.24.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.1.1"),
],
targets: [
Expand Down

0 comments on commit c9b57f7

Please sign in to comment.