Skip to content

Commit 3597c27

Browse files
chore(deps): update dependency apple/swift-async-algorithms to from: "1.1.1" (#1941)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-async-algorithms](https://redirect.github.com/apple/swift-async-algorithms) | patch | `from: "1.1.0"` -> `from: "1.1.1"` | --- ### Release Notes <details> <summary>apple/swift-async-algorithms (apple/swift-async-algorithms)</summary> ### [`v1.1.1`](https://redirect.github.com/apple/swift-async-algorithms/releases/tag/1.1.1): AsyncAlgorithms 1.1.1 [Compare Source](https://redirect.github.com/apple/swift-async-algorithms/compare/1.1.0...1.1.1) #### What's Changed - Remove the DocC plugin as a dependency by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-async-algorithms/pull/354](https://redirect.github.com/apple/swift-async-algorithms/pull/354) - Simplify the version definitions and add a new definition for 1.1 by [@&#8203;phausler](https://redirect.github.com/phausler) in [https://github.com/apple/swift-async-algorithms/pull/359](https://redirect.github.com/apple/swift-async-algorithms/pull/359) - Add `enable_wasm_sdk_build: true` to `pull_request.yml` by [@&#8203;MaxDesiatov](https://redirect.github.com/MaxDesiatov) in [https://github.com/apple/swift-async-algorithms/pull/363](https://redirect.github.com/apple/swift-async-algorithms/pull/363) - Update the project to address concurrency failures for 6.2 build modes. by [@&#8203;phausler](https://redirect.github.com/phausler) in [https://github.com/apple/swift-async-algorithms/pull/362](https://redirect.github.com/apple/swift-async-algorithms/pull/362) - Conditionalize the testing targets for non-windows targets to avoid the TaskDriver requirements by [@&#8203;phausler](https://redirect.github.com/phausler) in [https://github.com/apple/swift-async-algorithms/pull/365](https://redirect.github.com/apple/swift-async-algorithms/pull/365) - Share algorithm by [@&#8203;phausler](https://redirect.github.com/phausler) in [https://github.com/apple/swift-async-algorithms/pull/357](https://redirect.github.com/apple/swift-async-algorithms/pull/357) - Fix typo in doc comment for share by [@&#8203;Jnosh](https://redirect.github.com/Jnosh) in [https://github.com/apple/swift-async-algorithms/pull/370](https://redirect.github.com/apple/swift-async-algorithms/pull/370) - Fix broken documentation links in Interspersed guide by [@&#8203;chagmn](https://redirect.github.com/chagmn) in [https://github.com/apple/swift-async-algorithms/pull/371](https://redirect.github.com/apple/swift-async-algorithms/pull/371) - chore: restrict GitHub workflow permissions - future-proof by [@&#8203;incertum](https://redirect.github.com/incertum) in [https://github.com/apple/swift-async-algorithms/pull/373](https://redirect.github.com/apple/swift-async-algorithms/pull/373) - Add `MultiProducerSingleConsumerChannel` by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-async-algorithms/pull/305](https://redirect.github.com/apple/swift-async-algorithms/pull/305) - Remove the Swift 5.8 build constraint for documentation at Swift Package Index by [@&#8203;heckj](https://redirect.github.com/heckj) in [https://github.com/apple/swift-async-algorithms/pull/377](https://redirect.github.com/apple/swift-async-algorithms/pull/377) - Make `MPSCAsyncChannel` source methods `nonisolated(nonsending)` by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-async-algorithms/pull/380](https://redirect.github.com/apple/swift-async-algorithms/pull/380) #### New Contributors - [@&#8203;Jnosh](https://redirect.github.com/Jnosh) made their first contribution in [https://github.com/apple/swift-async-algorithms/pull/370](https://redirect.github.com/apple/swift-async-algorithms/pull/370) - [@&#8203;chagmn](https://redirect.github.com/chagmn) made their first contribution in [https://github.com/apple/swift-async-algorithms/pull/371](https://redirect.github.com/apple/swift-async-algorithms/pull/371) - [@&#8203;incertum](https://redirect.github.com/incertum) made their first contribution in [https://github.com/apple/swift-async-algorithms/pull/373](https://redirect.github.com/apple/swift-async-algorithms/pull/373) - [@&#8203;heckj](https://redirect.github.com/heckj) made their first contribution in [https://github.com/apple/swift-async-algorithms/pull/377](https://redirect.github.com/apple/swift-async-algorithms/pull/377) **Full Changelog**: apple/swift-async-algorithms@1.0.4...1.1.1 </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>
1 parent 9b8a9c3 commit 3597c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/swift_package_registry_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ let package = Package(
77
dependencies: [
88
.package(id: "apple.swift-collections", exact: "1.1.3"),
99
.package(id: "apple.swift-nio", exact: "2.76.1"),
10-
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.1.0"),
10+
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.1.1"),
1111
]
1212
)

0 commit comments

Comments
 (0)