Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Update async-broadcast requirement from 0.6.0 to 0.7.0 #24

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2024

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

Changelog

Sourced from async-broadcast's changelog.

Version 0.7.0

  • Breaking: Recv and Send are now !Unpin to allow for future optimizations.
  • Port to event-listener v5.0.

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.

... (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)

Updates the requirements on [async-broadcast](https://github.com/smol-rs/async-broadcast) to permit the latest version.
- [Changelog](https://github.com/smol-rs/async-broadcast/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-broadcast@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: async-broadcast
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2024

Looks like async-broadcast is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 16, 2024
@dependabot dependabot bot deleted the dependabot/cargo/async-broadcast-0.7.0 branch February 16, 2024 04:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants