Skip to content

Bump crossfire from 2.1.10 to 3.1.16#100

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/dev/crossfire-3.1.16
Open

Bump crossfire from 2.1.10 to 3.1.16#100
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/dev/crossfire-3.1.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps crossfire from 2.1.10 to 3.1.16.

Release notes

Sourced from crossfire's releases.

3.1.16 select drop fix

[3.1.16] - 2026-05-22

Fixed

  • select: select dropping fix (SelectHandle::try_select final ordering)

[3.1.15] - 2026-05-21

Added

  • waitgroup: Implement Pointer & SmartPointer for waitGroupZero

[3.1.14] - 2026-05-21

Added

  • waitgroup: Add Debug & Display deref for all types

Full Changelog: frostyplanet/crossfire-rs@v3.1.13...v3.1.16

3.1.13 WaitGroupZero

[3.1.13] - 2026-05-21

Adde

  • waitgroup: Add WaitGroupZero, and WaitGroupZeroGuard can convert between raw pointers

3.1.12 WeakTx refined

[3.1.12] - 2026-05-14

Added

  • WeakTx: Add send_unchecked() for unbounded channel

Fixed

  • doc: Add notice about buffer channel message dangling

  • doc: Add safety notice for deadlock scenario with WeakTx::upgrade()

v3.1.11 trait changes

Full Changelog: frostyplanet/crossfire-rs@v3.1.8...v3.1.11

[3.1.11] - 2026-05-13

Added

  • Implement Async/Blocking Tx/Rx traits for &AsyncTx, &AsyncRx, &MAsyncTx, &MAsyncRx, &Tx, &Rx, &MTx, &MRx.

... (truncated)

Changelog

Sourced from crossfire's changelog.

[3.1.16] - 2026-05-22

Fixed

  • select: select dropping fix (SelectHandle::try_select final ordering)

[3.1.15] - 2026-05-21

Added

  • waitgroup: Implement Pointer & SmartPointer for waitGroupZero

[3.1.14] - 2026-05-21

Added

  • waitgroup: Add Debug & Display deref for all types

[3.1.13] - 2026-05-21

Added

  • waitgroup: Add WaitGroupZero, and WaitGroupZeroGuard can convert between raw pointer

[3.1.12] - 2026-05-14

Added

  • WeakTx: Add send_unchecked() for unbounded channel

Fixed

  • doc: Add notice about buffer channel message dangling

  • doc: Add safety notice for deadlock scenario with WeakTx::upgrade()

[3.1.11] - 2026-05-13

Added

  • Implement Async/Blocking Tx/Rx traits for &AsyncTx, &AsyncRx, &MAsyncTx, &MAsyncRx, &Tx, &Rx, &MTx, &MRx.

Removed

  • breaking change of Async/Blocking Tx/Rx Trait:

    • Remove Send and 'static (because &AsyncTx, &AsyncRx does not have Send + 'static)

    • Remove to_stream() from trait method, use Into<Pin<Box<dyn Stream>>> instead.

... (truncated)

Commits
  • bbe40be Dump version 3.1.16
  • 8065d8e select: Fix SelectHandle::try_select final ordering
  • 4790bec Dump version 3.1.15
  • 6ffc4fe waitgroup: Implement Pointer & SmartPointer for waitGroupZero
  • cd0fb04 Turn off embed-collection default features
  • 444e233 Dump version 3.1.14
  • ef1a17f waitgroup: Add Debug & Display deref for all types
  • 79044fe Dump version 3.1.13
  • 31c94ed test: Add test for WaitGroupZero
  • 111025e waitgroup: Add WaitGroupZero & WaitGroupZeroGuard
  • 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 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)

Bumps [crossfire](https://github.com/frostyplanet/crossfire-rs) from 2.1.10 to 3.1.16.
- [Release notes](https://github.com/frostyplanet/crossfire-rs/releases)
- [Changelog](https://github.com/frostyplanet/crossfire-rs/blob/master/CHANGELOG.md)
- [Commits](frostyplanet/crossfire-rs@v2.1.10...v3.1.16)

---
updated-dependencies:
- dependency-name: crossfire
  dependency-version: 3.1.16
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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