Skip to content

Commit b620067

Browse files
chore(deps): update dependency apple/swift-nio to v2.83.0 (#1622)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-nio](https://redirect.github.com/apple/swift-nio) | minor | `2.82.1` -> `2.83.0` | --- ### Release Notes <details> <summary>apple/swift-nio (apple/swift-nio)</summary> ### [`v2.83.0`](https://redirect.github.com/apple/swift-nio/releases/tag/2.83.0) [Compare Source](https://redirect.github.com/apple/swift-nio/compare/2.82.1...2.83.0) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### SemVer Minor - Make ChannelError and NIOConnectionError conform to CustomStringConvertible by [@&#8203;axelandersson](https://redirect.github.com/axelandersson) in [https://github.com/apple/swift-nio/pull/3230](https://redirect.github.com/apple/swift-nio/pull/3230) - Drop Swift 5.9 by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3228](https://redirect.github.com/apple/swift-nio/pull/3228) - Move `PooledRecvBufferAllocator` from NIOPosix to NIOCore by [@&#8203;rafaelcepeda](https://redirect.github.com/rafaelcepeda) in [https://github.com/apple/swift-nio/pull/3110](https://redirect.github.com/apple/swift-nio/pull/3110) ##### SemVer Patch - Update Array+FileSystem.swift to add visionOS by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3220](https://redirect.github.com/apple/swift-nio/pull/3220) - BaseStreamSocketChannel half-close allows outstanding writes to complete by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3148](https://redirect.github.com/apple/swift-nio/pull/3148) - Remove assertions on PWM failAll and closeOutbound by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3231](https://redirect.github.com/apple/swift-nio/pull/3231) - Replace almost all public static lets with computed vars by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3229](https://redirect.github.com/apple/swift-nio/pull/3229) ##### Other Changes - Removed Docker references as repo moved to Github actions by [@&#8203;akbashev](https://redirect.github.com/akbashev) in [https://github.com/apple/swift-nio/pull/3227](https://redirect.github.com/apple/swift-nio/pull/3227) - Update SECURITY.md by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3232](https://redirect.github.com/apple/swift-nio/pull/3232) - Disable Swift 5.9 CI jobs by default by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3233](https://redirect.github.com/apple/swift-nio/pull/3233) ##### New Contributors - [@&#8203;akbashev](https://redirect.github.com/akbashev) made their first contribution in [https://github.com/apple/swift-nio/pull/3227](https://redirect.github.com/apple/swift-nio/pull/3227) - [@&#8203;axelandersson](https://redirect.github.com/axelandersson) made their first contribution in [https://github.com/apple/swift-nio/pull/3230](https://redirect.github.com/apple/swift-nio/pull/3230) **Full Changelog**: apple/swift-nio@2.82.1...2.83.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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent b5ed851 commit b620067

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ios_sim/Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/apple/swift-nio.git",
4343
"state" : {
44-
"revision" : "c51907a839e63ebf0ba2076bba73dd96436bd1b9",
45-
"version" : "2.81.0"
44+
"revision" : "34d486b01cd891297ac615e40d5999536a1e138d",
45+
"version" : "2.83.0"
4646
}
4747
},
4848
{

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

0 commit comments

Comments
 (0)