Skip to content

Bump crossfire from 2.1.8 to 3.0.4#64

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/dev/crossfire-3.0.4
Closed

Bump crossfire from 2.1.8 to 3.0.4#64
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/dev/crossfire-3.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Bumps crossfire from 2.1.8 to 3.0.4.

Release notes

Sourced from crossfire's releases.

3.0.3 multiplex optimization

Full Changelog: frostyplanet/crossfire-rs@v3.0.3...v3.0.3

[3.0.3] - 2026-01-30

Fixed

  • Fix multiplex premature closing

[3.0.2] - 2026-01-23

Added

  • Add missing into_async() method for blocking tx/rc

[3.0.1] - 2026-01-22

Changed

  • Remove the mode setting from Multiplex (always use round-robin)

  • Add default custom weight for Multiplex select, optimize selection cost (throughput +20%)

3.0.0

Full Changelog: frostyplanet/crossfire-rs@v2.1.10...v3.0.0

migration steps: https://docs.rs/crossfire/latest/crossfire/compat/index.html

Added

  • Add One flavor for bounded size 1 case

  • Add Null flavor for cancellation purpose channel

  • Add Select API

  • Add Multiplex API

Changed

  • Change interface to V3 generic flavor API

  • Optimize for ArraySpsc + 70%

  • Optimize for ArrayMpsc + 30%

  • Disable direct_copy to make miri happy

3.0.0 beta.1 API preview

Full Changelog: frostyplanet/crossfire-rs@v2.1.10...v3.0.0-beta.1

... (truncated)

Changelog

Sourced from crossfire's changelog.

[3.0.4] - 2026-02-03

Fix

  • Avoid overflow evaluation in generic code

    Remove Send/'static/Unpin limit from Flavor/Queue trait and struct definition, add the limit to method.

  • Blocking method and struct don't need Unpin.

  • Async recv does not need Unpin.

[3.0.3] - 2026-01-30

Fixed

  • Fix multiplex premature closing

[3.0.2] - 2026-01-23

Added

  • Add missing into_async() method for blocking tx/rc

[3.0.1] - 2026-01-22

Changed

  • Remove the mode setting from Multiplex (always use round-robin)

  • Add default custom weight for Multiplex select, optimize selection cost (throughput +20%)

[3.0.0] - 2026-01-18

Changed

  • Disable direct_copy to make miri happy

  • Simplify waker cleaning logic

[3.0.0.beta3] - 2026-01-16

Change

  • New implementation of ArraySpsc & ArrayMpsc, throughput +50%

  • New implementation of OneMpsc, minor speed up.

  • Change multiplex recv(), try_recv(), recv_timeout() to &self, and impl BlockingRxTrait.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 9, 2026
@TheTechromancer
Copy link
Copy Markdown
Collaborator

@dependabot rebase

1 similar comment
@TheTechromancer
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/cargo/dev/crossfire-3.0.4 branch from 09a070d to 7a15620 Compare March 20, 2026 17:27
@TheTechromancer
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 20, 2026

Looks like this PR is already up-to-date with dev! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@TheTechromancer
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [crossfire](https://github.com/frostyplanet/crossfire-rs) from 2.1.8 to 3.0.4.
- [Release notes](https://github.com/frostyplanet/crossfire-rs/releases)
- [Changelog](https://github.com/frostyplanet/crossfire-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/frostyplanet/crossfire-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/dev/crossfire-3.0.4 branch from 7a15620 to c7c16a7 Compare March 20, 2026 18:59
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 23, 2026

Superseded by #77.

@dependabot dependabot Bot closed this Mar 23, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/dev/crossfire-3.0.4 branch March 23, 2026 00:25
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.

1 participant