Skip to content

Commit 8aa9e60

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency vapor/vapor to v4.93.1 (#1035)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://togithub.com/vapor/vapor) | patch | `4.93.0` -> `4.93.1` | --- ### Release Notes <details> <summary>vapor/vapor (vapor/vapor)</summary> ### [`v4.93.1`](https://togithub.com/vapor/vapor/releases/tag/4.93.1): - Remove HeadResponder [Compare Source](https://togithub.com/vapor/vapor/compare/4.93.0...4.93.1) #### What's Changed Remove HeadResponder by [@&#8203;baarde](https://togithub.com/baarde) in [#&#8203;3147](https://togithub.com/vapor/vapor/issues/3147) > The HEAD method is identical to GET except that the server must not send content in the response ([RFC 9110, section 9.3.2](https://datatracker.ietf.org/doc/html/rfc9110#HEAD)). > > The previous default behaviour of returning 200 OK to every HEAD request to a constant route is not standard-compliant. > > The new behaviour is to always forward the request to the GET route, unless the developer explicitely configured a custom HEAD route. > > This PR fixes [#&#8203;2680](https://togithub.com/vapor/vapor/issues/2680) and [#&#8203;2749](https://togithub.com/vapor/vapor/issues/2749). #### New Contributor - [@&#8203;baarde](https://togithub.com/baarde) made their first contribution in [#&#8203;3147](https://togithub.com/vapor/vapor/issues/3147) 🎉 ###### *This patch was released by [@&#8203;0xTim](https://togithub.com/0xTim)* **Full Changelog**: vapor/vapor@4.93.0...4.93.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent c6775cf commit 8aa9e60

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/vapor_example/swift/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.

examples/vapor_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "vapor_example",
77
dependencies: [
8-
.package(url: "https://github.com/vapor/vapor.git", exact: "4.93.0"),
8+
.package(url: "https://github.com/vapor/vapor.git", exact: "4.93.1"),
99
.package(url: "https://github.com/vapor/fluent.git", exact: "4.9.0"),
1010
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.6.0"),
1111
]

examples/vapor_example/swift/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def swift_dependencies():
196196
# version: 4.81.0
197197
swift_package(
198198
name = "swiftpkg_vapor",
199-
commit = "526a000bb082a261566b6adea3c1a1ddbed98a19",
199+
commit = "0311f9a7eadf5117808c50dd2c7d3cfd6b95d064",
200200
dependencies_index = "@//swift:deps_index.json",
201201
remote = "https://github.com/vapor/vapor.git",
202202
)

examples/vapor_example/swift/deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,9 +1433,9 @@
14331433
"name": "swiftpkg_vapor",
14341434
"identity": "vapor",
14351435
"remote": {
1436-
"commit": "526a000bb082a261566b6adea3c1a1ddbed98a19",
1436+
"commit": "0311f9a7eadf5117808c50dd2c7d3cfd6b95d064",
14371437
"remote": "https://github.com/vapor/vapor.git",
1438-
"version": "4.93.0"
1438+
"version": "4.93.1"
14391439
}
14401440
},
14411441
{

0 commit comments

Comments
 (0)