Skip to content

Commit 182196c

Browse files
committed
Update dependencies
1 parent 9d4d414 commit 182196c

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
fail_ci_if_error: true
6767

6868
docs:
69-
timeout-minutes: 10
70-
needs: spm-test
69+
timeout-minutes: 20
7170
runs-on: macos-latest
7271
steps:
7372
- uses: actions/checkout@v3

Package.resolved

Lines changed: 12 additions & 12 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
@@ -11,7 +11,7 @@ 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.67.4")),
14+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.67.5")),
1515
.package(url: "https://github.com/vapor/leaf.git", .upToNextMajor(from: "4.2.4")),
1616
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
1717
.upToNextMajor(from: "4.16.2")),

0 commit comments

Comments
 (0)