vapor / toolbox

Simplifies common command line tasks when using Vapor
MIT License
283 stars 85 forks source link

Bump the all-dependencies group with 1 update #452

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps the all-dependencies group with 1 update: github.com/apple/swift-nio.

Updates github.com/apple/swift-nio from 2.63.0 to 2.64.0

Release notes

Sourced from github.com/apple/swift-nio's releases.

SwiftNIO 2.64.0

Strict Concurrency Checks

The SwiftNIO team are currently in the process of making SwiftNIO warning free under strict concurrency checking.

If you experience new Sendable related warnings that you can't work around then please file an issue.

SemVer Minor

  • Track execute() and enqueue() tasks separately from scheduled tasks. (#2645)
  • Conform NIOIPProtocol to Sendable (#2655)
  • Add some more Sendable annotations to NIOCore (#2656)
  • Migrate to syncOperations in more places (#2661)

SemVer Patch

  • Conditionally define RENAME_* macros (#2643, patch credit to @​Austinpayne)
  • Build the new FileSystem module for Android (#2660, patch credit to @​finagolfin)
  • Only compile FileSystem on some platforms (#2636)
  • Remove @unchecked Sendable conformance from ChannelOptions.Storage (#2638)
  • Pass initial offset to BufferedReader.init (#2642)
  • Don't drop bytes from the buffered reader when reading short (#2646)
  • Introduce assumeIsolated() methods on EventLoop, EventLoopPromise and EventLoopFuture (#2657)
  • Fix CoW performance bug in NIOThreadPool work queue (#2669)

Other Changes

  • Remove unreliable SchedulingBenchmark (#2650)
  • Fix up the markdown output generated by scripts/analyze_performance_results.rb (#2651)
  • Remove large temp file after FileSystem tests (#2658)
  • Fix memory allocations counters on macOS. (#2673)
Commits
  • fc63f0c Fix memory allocations counters on macOS. (#2673)
  • 5e47077 Track execute() and enqueue() tasks separately from scheduled tasks. (#2645)
  • 53be205 Build the new FileSystem module for Android (#2660)
  • 63e8c4e Migrate to syncOperations in more places (#2661)
  • 325f762 Remove unreliable SchedulingBenchmark (#2650)
  • c3b6f1f Fix CoW performance bug in NIOThreadPool work queue (#2669)
  • 8a9a3b1 Introduce assumeIsolated() methods on EventLoop, EventLoopPromise and `...
  • cfd51e0 Remove large temp file after FS tests (#2658)
  • 0fbf6f1 Add some more Sendable annotations to NIOCore (#2656)
  • 011b3df Conform NIOIPProtocol to Sendable (#2655)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions