Skip to content

Commit

Permalink
chore(deps): update dependency vapor/vapor to v4.80.0 (#547)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Aug 29, 2023
1 parent f354e5b commit 5ae7848
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/vapor_example/swift/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/vapor.git",
"state" : {
"revision" : "1bb4a2ed94bec7a92f92e82896408c785d068f5c",
"version" : "4.79.0"
"revision" : "d53f7fdbf6bdaaa4568dc9bf3847aafeaea6c489",
"version" : "4.80.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "vapor_example",
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", exact: "4.79.0"),
.package(url: "https://github.com/vapor/vapor.git", exact: "4.80.0"),
.package(url: "https://github.com/vapor/fluent.git", exact: "4.8.0"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.5.0"),
]
Expand Down
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def swift_dependencies():
# version: 4.67.5
swift_package(
name = "swiftpkg_vapor",
commit = "1bb4a2ed94bec7a92f92e82896408c785d068f5c",
commit = "d53f7fdbf6bdaaa4568dc9bf3847aafeaea6c489",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/vapor/vapor.git",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/vapor_example/swift/deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1491,9 +1491,9 @@
"name": "swiftpkg_vapor",
"identity": "vapor",
"remote": {
"commit": "1bb4a2ed94bec7a92f92e82896408c785d068f5c",
"commit": "d53f7fdbf6bdaaa4568dc9bf3847aafeaea6c489",
"remote": "https://github.com/vapor/vapor.git",
"version": "4.79.0"
"version": "4.80.0"
}
},
{
Expand Down

0 comments on commit 5ae7848

Please sign in to comment.