Skip to content

Commit 8d69295

Browse files
chore(deps): update dependency apple/swift-nio to v2.76.0 (#1300)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-nio](https://redirect.github.com/apple/swift-nio) | minor | `2.75.0` -> `2.76.0` | --- ### Release Notes <details> <summary>apple/swift-nio (apple/swift-nio)</summary> ### [`v2.76.0`](https://redirect.github.com/apple/swift-nio/releases/tag/2.76.0): SwiftNIO 2.76.0 [Compare Source](https://redirect.github.com/apple/swift-nio/compare/2.75.0...2.76.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### SemVer Minor - Drop support for Swift 5.8 by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-nio/pull/2924](https://redirect.github.com/apple/swift-nio/pull/2924) - Fix `EventLoopFuture` and `EventLoopPromise` under strict concurrency checking by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-nio/pull/2654](https://redirect.github.com/apple/swift-nio/pull/2654) - Provide APIs to read file into more data types by [@&#8203;clintonpi](https://redirect.github.com/clintonpi) in [https://github.com/apple/swift-nio/pull/2923](https://redirect.github.com/apple/swift-nio/pull/2923) ##### SemVer Patch - Adopt NIOThrowingAsyncSequenceProducer 2nd try by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/2917](https://redirect.github.com/apple/swift-nio/pull/2917) - Add future wait benchmark to catch memory leaks by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/2931](https://redirect.github.com/apple/swift-nio/pull/2931) - Fix Windows build break. by [@&#8203;jeffdav](https://redirect.github.com/jeffdav) in [https://github.com/apple/swift-nio/pull/2935](https://redirect.github.com/apple/swift-nio/pull/2935) - Fix withConnectedSocket in async mode by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/2937](https://redirect.github.com/apple/swift-nio/pull/2937) - Fix Windows build for NIOCore. by [@&#8203;jeffdav](https://redirect.github.com/jeffdav) in [https://github.com/apple/swift-nio/pull/2938](https://redirect.github.com/apple/swift-nio/pull/2938) - NIOPosix on Darwin: inherit main thread QoS by [@&#8203;weissi](https://redirect.github.com/weissi) in [https://github.com/apple/swift-nio/pull/2944](https://redirect.github.com/apple/swift-nio/pull/2944) ##### Other Changes - \[CI] Migrate to Swift 6.0 and drop 5.8 by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-nio/pull/2920](https://redirect.github.com/apple/swift-nio/pull/2920) - Disable semver label check locally by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/2928](https://redirect.github.com/apple/swift-nio/pull/2928) - \[CI] Fix python lint by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-nio/pull/2925](https://redirect.github.com/apple/swift-nio/pull/2925) - clean up 5.8 thresholds by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/2932](https://redirect.github.com/apple/swift-nio/pull/2932) - \[CI] Add Windows matrix build by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-nio/pull/2929](https://redirect.github.com/apple/swift-nio/pull/2929) - \[CI] Small adjustments to the Windows actions by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-nio/pull/2939](https://redirect.github.com/apple/swift-nio/pull/2939) - \[CI] Enable benchmarks & cxx Windows CI by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-nio/pull/2940](https://redirect.github.com/apple/swift-nio/pull/2940) - \[CI] Fix the Windows 6.0 check name by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-nio/pull/2941](https://redirect.github.com/apple/swift-nio/pull/2941) #### New Contributors - [@&#8203;jeffdav](https://redirect.github.com/jeffdav) made their first contribution in [https://github.com/apple/swift-nio/pull/2935](https://redirect.github.com/apple/swift-nio/pull/2935) **Full Changelog**: apple/swift-nio@2.75.0...2.76.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 90038f9 commit 8d69295

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

0 commit comments

Comments
 (0)