Skip to content

Commit 5ae7848

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency vapor/vapor to v4.80.0 (#547)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://togithub.com/vapor/vapor) | minor | `4.79.0` -> `4.80.0` | --- ### Release Notes <details> <summary>vapor/vapor (vapor/vapor)</summary> ### [`v4.80.0`](https://togithub.com/vapor/vapor/releases/tag/4.80.0): - Make Storage Sendable [Compare Source](https://togithub.com/vapor/vapor/compare/4.79.0...4.80.0) #### What's Changed Make Storage Sendable by [@&#8203;0xTim](https://togithub.com/0xTim) in [#&#8203;3056](https://togithub.com/vapor/vapor/issues/3056) > Make Vapor’s `Storage` and `Application` `Sendable`. This is a key piece in allowing `Request` and `Response` to be `Sendable`. > > Note that types that are stored in `Storage` should now be `Sendable`. If you get any warnings, you may need to update your code for this new change. ###### *This patch was released by [@&#8203;0xTim](https://togithub.com/0xTim)* **Full Changelog**: vapor/vapor@4.79.0...4.80.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent f354e5b commit 5ae7848

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.79.0"),
8+
.package(url: "https://github.com/vapor/vapor.git", exact: "4.80.0"),
99
.package(url: "https://github.com/vapor/fluent.git", exact: "4.8.0"),
1010
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.5.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.67.5
197197
swift_package(
198198
name = "swiftpkg_vapor",
199-
commit = "1bb4a2ed94bec7a92f92e82896408c785d068f5c",
199+
commit = "d53f7fdbf6bdaaa4568dc9bf3847aafeaea6c489",
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
@@ -1491,9 +1491,9 @@
14911491
"name": "swiftpkg_vapor",
14921492
"identity": "vapor",
14931493
"remote": {
1494-
"commit": "1bb4a2ed94bec7a92f92e82896408c785d068f5c",
1494+
"commit": "d53f7fdbf6bdaaa4568dc9bf3847aafeaea6c489",
14951495
"remote": "https://github.com/vapor/vapor.git",
1496-
"version": "4.79.0"
1496+
"version": "4.80.0"
14971497
}
14981498
},
14991499
{

0 commit comments

Comments
 (0)