Skip to content

Commit d0c3325

Browse files
chore(deps): update dependency apple/swift-nio to v2.87.0 (#1867)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-nio](https://redirect.github.com/apple/swift-nio) | minor | `2.86.2` -> `2.87.0` | --- ### Release Notes <details> <summary>apple/swift-nio (apple/swift-nio)</summary> ### [`v2.87.0`](https://redirect.github.com/apple/swift-nio/releases/tag/2.87.0): SwiftNIO 2.87.0 [Compare Source](https://redirect.github.com/apple/swift-nio/compare/2.86.2...2.87.0) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### SemVer Minor - Add `InlineArray` helpers to `ByteBuffer` by [@&#8203;MahdiBM](https://redirect.github.com/MahdiBM) in [https://github.com/apple/swift-nio/pull/3252](https://redirect.github.com/apple/swift-nio/pull/3252) - Drop Swift 5.10 by [@&#8203;fabianfett](https://redirect.github.com/fabianfett) in [https://github.com/apple/swift-nio/pull/3393](https://redirect.github.com/apple/swift-nio/pull/3393) ##### Other Changes - update: set explicit permissions for GitHub workflows - cxx-interop by [@&#8203;incertum](https://redirect.github.com/incertum) in [https://github.com/apple/swift-nio/pull/3387](https://redirect.github.com/apple/swift-nio/pull/3387) - update: set explicit permissions for GitHub workflows - benchmarks by [@&#8203;incertum](https://redirect.github.com/incertum) in [https://github.com/apple/swift-nio/pull/3389](https://redirect.github.com/apple/swift-nio/pull/3389) - update: set explicit permissions for GitHub workflows - release-builds by [@&#8203;incertum](https://redirect.github.com/incertum) in [https://github.com/apple/swift-nio/pull/3390](https://redirect.github.com/apple/swift-nio/pull/3390) - update: set explicit permissions for GitHub workflows - execute-matri… by [@&#8203;incertum](https://redirect.github.com/incertum) in [https://github.com/apple/swift-nio/pull/3391](https://redirect.github.com/apple/swift-nio/pull/3391) - update: set explicit permissions for GitHub workflows - unit-tests by [@&#8203;incertum](https://redirect.github.com/incertum) in [https://github.com/apple/swift-nio/pull/3388](https://redirect.github.com/apple/swift-nio/pull/3388) - Tweak test availability to avoid segfaults by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3397](https://redirect.github.com/apple/swift-nio/pull/3397) - Fix flakiness in testWithConfiguredStreamSocket by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3399](https://redirect.github.com/apple/swift-nio/pull/3399) - set explicit permissions for GitHub workflows - all remaining workflows by [@&#8203;incertum](https://redirect.github.com/incertum) in [https://github.com/apple/swift-nio/pull/3396](https://redirect.github.com/apple/swift-nio/pull/3396) - Enable Xcode beta by default in macos\_tests.yml by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3401](https://redirect.github.com/apple/swift-nio/pull/3401) ##### New Contributors - [@&#8203;incertum](https://redirect.github.com/incertum) made their first contribution in [https://github.com/apple/swift-nio/pull/3387](https://redirect.github.com/apple/swift-nio/pull/3387) **Full Changelog**: apple/swift-nio@2.86.2...2.87.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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent c097c18 commit d0c3325

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/ios_sim/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ios_sim/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: "ios_sim",
77
dependencies: [
8-
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.86.2"),
8+
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.87.0"),
99
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.7.1"),
1010
]
1111
)

0 commit comments

Comments
 (0)