Skip to content

Commit ba1250a

Browse files
committed
Unpin Vapor
1 parent 5348264 commit ba1250a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let package = Package(
4444
.package(url: "https://github.com/vapor/fluent-postgres-driver.git", from: "2.0.0"),
4545
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
4646
.package(url: "https://github.com/vapor/jwt-kit", from: "4.13.0"),
47-
.package(url: "https://github.com/vapor/vapor.git", revision: "4.89.3"),
47+
.package(url: "https://github.com/vapor/vapor.git", from: "4.92.1"),
4848
],
4949
targets: [
5050
.executableTarget(name: "Run", dependencies: ["App"]),

0 commit comments

Comments
 (0)