Skip to content

Commit 6749523

Browse files
committed
update dependencies
1 parent 80032e4 commit 6749523

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 4 additions & 4 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
@@ -11,10 +11,10 @@ let package = Package(
1111
],
1212
dependencies: [
1313
// 💧 A server-side Swift web framework.
14-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.65.1")),
14+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.65.2")),
1515
.package(url: "https://github.com/vapor/leaf.git", .upToNextMajor(from: "4.2.1")),
1616
.package(url: "https://github.com/parse-community/Parse-Swift.git",
17-
.upToNextMajor(from: "4.13.1")),
17+
.upToNextMajor(from: "4.14.0")),
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)