Skip to content

Bump crossfire from 2.1.10 to 3.1.12 - #99

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps crossfire from 2.1.10 to 3.1.12.

Release notes

Sourced from crossfire's releases.

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.

Removed (breaking change)

  • 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.

    • Remove clone_to_vec() (which only used by benchmarks)

[3.1.10] - 2026-05-05

Fix

  • waitgroup: Avoid miri report on stack borrow rule (issue #66)

[3.1.9] - 2026-05-05

Fix

  • Reduce Send requirement in generic (issue #64), which makes the error prompt cleaner

3.1.8 Add WeakTx

[3.1.8] - 2026-05-04

  • Add WeakTx. which can downgrade from or upgrade to MTx / MAsyncTx

... (truncated)

Changelog

Sourced from crossfire's changelog.

[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.

    • Remove clone_to_vec() (which only used by benchmarks)

[3.1.10] - 2026-05-05

Fixed

  • waitgroup: Avoid miri report on stack borrow rule (issue #66)

[3.1.9] - 2026-05-05

Fixed

  • Reduce Send requirement in generic (issue #64), which makes the error prompt cleaner

[3.1.8] - 2026-05-04

Added

  • Add WeakTx. which can downgrade from or upgrade to MTx / MAsyncTx

[3.1.7] - 2026-03-19

Added

... (truncated)

Commits
  • 90393af Dump version 3.1.12
  • de35df7 WeakTx: Add send_unchecked() for unbounded channel
  • ee82ecc doc: Add notice about buffer channel message dangling
  • e210e26 bench: Add Send + 'static after trait changed
  • 148b11e Dump version 3.1.11
  • e26df2f test: Adapt changes for the traits
  • a2bdb27 traits: breaking change of Async/Blocking Tx/Rx Trait
  • f4556de bench: Fix benchmark for waitgroup
  • aa20179 Remove clone_to_vec() from BlockingTxTrait/BlockingRxTrait/AsyncTxTrait/Async...
  • b64cafe Dump version 3.1.10
  • 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.12.
- [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.12)

---
updated-dependencies:
- dependency-name: crossfire
  dependency-version: 3.1.12
  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 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #100.

@dependabot dependabot Bot closed this May 25, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/dev/crossfire-3.1.12 branch May 25, 2026 00:44
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