Skip to content

Commit c02a0bc

Browse files
chore(deps): update dependency apple/swift-nio to v2.79.0 (#1445)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-nio](https://redirect.github.com/apple/swift-nio) | minor | `2.78.0` -> `2.79.0` | --- ### Release Notes <details> <summary>apple/swift-nio (apple/swift-nio)</summary> ### [`v2.79.0`](https://redirect.github.com/apple/swift-nio/releases/tag/2.79.0): SwiftNIO 2.79.0 [Compare Source](https://redirect.github.com/apple/swift-nio/compare/2.78.0...2.79.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### SemVer Minor - Add Sendability annotations on SocketOptionProvider by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3034](https://redirect.github.com/apple/swift-nio/pull/3034) - Add channel initializer closure to NIOAsyncTestingChannel.init by [@&#8203;hamzahrmalik](https://redirect.github.com/hamzahrmalik) in [https://github.com/apple/swift-nio/pull/3053](https://redirect.github.com/apple/swift-nio/pull/3053) - Fix compiling on 6.1 by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3057](https://redirect.github.com/apple/swift-nio/pull/3057) - Add some trivial Sendable annotations in NIOPosix by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3060](https://redirect.github.com/apple/swift-nio/pull/3060) ##### SemVer Patch - unchecked Sendable annotations for the Channels by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3050](https://redirect.github.com/apple/swift-nio/pull/3050) - Avoid abstraction overheads on isolated ELF by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3055](https://redirect.github.com/apple/swift-nio/pull/3055) - NIOAsyncWriter: Fix suspending yield when writer is finished by [@&#8203;orobio](https://redirect.github.com/orobio) in [https://github.com/apple/swift-nio/pull/3044](https://redirect.github.com/apple/swift-nio/pull/3044) - Clean up sendability in the bootstraps by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3051](https://redirect.github.com/apple/swift-nio/pull/3051) ##### Other Changes - Test allocations of isolated ELF views by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3054](https://redirect.github.com/apple/swift-nio/pull/3054) - Clarify docs on EventLoopFuture/assumeIsolatedUnsafeUnchecked by [@&#8203;hamzahrmalik](https://redirect.github.com/hamzahrmalik) in [https://github.com/apple/swift-nio/pull/3058](https://redirect.github.com/apple/swift-nio/pull/3058) - Remove unnecessary 'FIXME' comment by [@&#8203;orobio](https://redirect.github.com/orobio) in [https://github.com/apple/swift-nio/pull/3059](https://redirect.github.com/apple/swift-nio/pull/3059) #### New Contributors - [@&#8203;orobio](https://redirect.github.com/orobio) made their first contribution in [https://github.com/apple/swift-nio/pull/3044](https://redirect.github.com/apple/swift-nio/pull/3044) **Full Changelog**: apple/swift-nio@2.78.0...2.79.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> 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 3027c82 commit c02a0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.78.0"),
8+
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.79.0"),
99
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.5.0"),
1010
]
1111
)

0 commit comments

Comments
 (0)