From 5ae7848aed356cc92205b2134b6388d880ffc636 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:58:40 +0000 Subject: [PATCH] chore(deps): update dependency vapor/vapor to v4.80.0 (#547) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
vapor/vapor (vapor/vapor) ### [`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**: https://github.com/vapor/vapor/compare/4.79.0...4.80.0
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- examples/vapor_example/swift/Package.resolved | 4 ++-- examples/vapor_example/swift/Package.swift | 2 +- examples/vapor_example/swift/deps.bzl | 2 +- examples/vapor_example/swift/deps_index.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/vapor_example/swift/Package.resolved b/examples/vapor_example/swift/Package.resolved index 8413efeba..e12dcf885 100644 --- a/examples/vapor_example/swift/Package.resolved +++ b/examples/vapor_example/swift/Package.resolved @@ -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" } }, { diff --git a/examples/vapor_example/swift/Package.swift b/examples/vapor_example/swift/Package.swift index 680ddb321..bd6d32fc4 100644 --- a/examples/vapor_example/swift/Package.swift +++ b/examples/vapor_example/swift/Package.swift @@ -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"), ] diff --git a/examples/vapor_example/swift/deps.bzl b/examples/vapor_example/swift/deps.bzl index b05a553a3..64cf9724a 100644 --- a/examples/vapor_example/swift/deps.bzl +++ b/examples/vapor_example/swift/deps.bzl @@ -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", ) diff --git a/examples/vapor_example/swift/deps_index.json b/examples/vapor_example/swift/deps_index.json index c4c13b382..982eac9a9 100644 --- a/examples/vapor_example/swift/deps_index.json +++ b/examples/vapor_example/swift/deps_index.json @@ -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" } }, {