Commit 5ae7848
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 [@​0xTim](https://togithub.com/0xTim) in
[#​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
[@​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- examples/vapor_example/swift
4 files changed
+6
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1491 | 1491 | | |
1492 | 1492 | | |
1493 | 1493 | | |
1494 | | - | |
| 1494 | + | |
1495 | 1495 | | |
1496 | | - | |
| 1496 | + | |
1497 | 1497 | | |
1498 | 1498 | | |
1499 | 1499 | | |
| |||
0 commit comments