Skip to content

Commit 89605d7

Browse files
committed
chore(deps): bump vapor and fluent
1 parent 2a39116 commit 89605d7

File tree

2 files changed

+61
-52
lines changed

2 files changed

+61
-52
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let package = Package(
1414
],
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
17-
.package(url: "https://github.com/vapor/vapor.git", from: "4.78.2"),
18-
.package(url: "https://github.com/vapor/fluent.git", from: "4.8.0")
17+
.package(url: "https://github.com/vapor/vapor.git", from: "4.92.5"),
18+
.package(url: "https://github.com/vapor/fluent.git", from: "4.9.0")
1919
],
2020
targets: [
2121
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)