awestlake87 / pyo3-asyncio

Other
300 stars 45 forks source link

Update async-channel requirement from 1.6 to 2.0 #111

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Updates the requirements on async-channel to permit the latest version.

Release notes

Sourced from async-channel's releases.

v2.0.0

  • Breaking: Make Send, Recv and Receiver !Unpin. This enables more efficient event notification strategies. (#59)
  • Breaking: Add an std enabled-by-default feature that enables parts of the API that require std. (#59)
  • Add support for the wasm32 target. (#67)
Changelog

Sourced from async-channel's changelog.

Version 2.0.0

  • Breaking: Make Send, Recv and Receiver !Unpin. This enables more efficient event notification strategies. (#59)
  • Breaking: Add an std enabled-by-default feature that enables parts of the API that require std. (#59)
  • Add support for the wasm32 target. (#67)

Version 1.9.0

  • Fix a bug where WeakSender/WeakReceiver could incorrectly return Some even if the channel is already closed (#60)
  • Remove the unnecessary T: Clone bound from WeakSender/WeakReceiver's Clone implementation (#62)

Version 1.8.0

  • Prevent deadlock if sender/receiver is forgotten (#49)
  • Add weak sender and receiver (#51)
  • Update concurrent-queue to v2 (#50)

Version 1.7.1

  • Work around MSRV increase due to a cargo bug.

Version 1.7.0

  • Add send_blocking and recv_blocking (#47)

Version 1.6.1

  • Make send return Send (#34)

Version 1.6.0

  • Added Send and Recv futures (#33)
  • impl FusedStream for Receiver (#30)

Version 1.5.1

  • Fix typos in the docs.

Version 1.5.0

  • Add receiver_count() and sender_count().

Version 1.4.2

  • Fix a bug that would sometime cause 100% CPU usage.

Version 1.4.1

  • Update dependencies.

... (truncated)

Commits


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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 10 months ago

Superseded by #112.