bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Update async-broadcast requirement from 0.5 to 0.6

Open dependabot[bot] opened this issue 1 year ago • 2 comments
trafficstars

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

Changelog

Sourced from async-broadcast's changelog.

Version 0.6.0

  • Bump to event-listener v3.0.0.
  • Add smol-rs logo to docs.

Version 0.5.1

  • Drop parking_lot dependency, in favor of sync primitives in std.

Version 0.5.0

  • API to disable waiting for active receivers (#35).

Version 0.4.1

  • Drop unneeded easy-parallel dep.
  • Bumb dependencies to the current versions.
  • Update parking_lot to 0.12.1.
  • fix incorrect documentation for TrySendError::is_disconnected.

Version 0.4.0

  • Add RecvError::Overflowed for detecting missing messages.
  • Avoid overflows on 32- and 16-bit systems (#22).
  • Add overflow message count.
  • Clone impl of Receiver now properly duplicates it.
  • Add Receiver::new_receiver.
  • Add Receiver::new_sender and Sender::new_receiver, allowing generating senders from receivers and vice versa, respectively.
  • Switch to parking_lot::RwLock instead of std::sync::Mutex.

Version 0.3.4

  • Avoid the last clone in try_recv (#18).
  • Add some basic benchmarks.

Version 0.3.3

  • Close channel if the last receiver to drop is inactive.

Version 0.3.2

  • Fix a underflow panic (#14).
  • Document difference with other broadcast APIs.

Version 0.3.1

  • Channel API in InactiveReceiver (#11).
  • {Sender,Receiver}::inactive_receiver_count method.

... (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 <dependency name> 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] avatar Jan 15 '24 06:01 dependabot[bot]

doesn't look like an easy update in wasm

mockersf avatar Jan 15 '24 19:01 mockersf

there's this pr to fix. https://github.com/smol-rs/async-broadcast/pull/47, but it looks like it bumps event-listener to v4 too.

hymm avatar Jan 17 '24 05:01 hymm

Superseded by #11830.

dependabot[bot] avatar Feb 12 '24 06:02 dependabot[bot]