Skip to content

Bump crossfire from 2.1.10 to 3.1.7#77

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/dev/crossfire-3.1.7
Open

Bump crossfire from 2.1.10 to 3.1.7#77
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/dev/crossfire-3.1.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps crossfire from 2.1.10 to 3.1.7.

Release notes

Sourced from crossfire's releases.

3.1.6 WaitGroupInline

[3.1.6] - 2026-03-18

Added

  • waitgroup: Add WaitGroupInline (which does not allocate)

3.1.2 waitgroup changed

Full Changelog: frostyplanet/crossfire-rs@v3.1.0...v3.1.2

[3.1.2] - 2026-2-16

Changed

  • waitgroup: Add inner T inside, allow share stat between WaitGroup and WaitGroupGuard, this break previous 3.1.0 and 3.1.1

[3.1.1] - 2026-02-15

Changed

  • waitgroup: Add Sync for WaitGroupGuard

3.1.0 waitgroup & oneshot

Full Changelog: frostyplanet/crossfire-rs@v3.0.6...v3.1.0

[3.1.0] - 2026-02-14

Added

  • Add WaitGroup that support async & blocking, with custom threshold.

  • oneshot: Add recv_async_timeout & recv_async_with_timer

Changed

  • oneshot: Refactor oneshot and optimize out arc cost. try_recv() now require &mut self. (38% faster)

  • async_tx/async_rx: Refactor SendTimeoutFuture/RecvTimeoutFuture signature, to remove boxed future usage

[3.0.6] - 2026-02-11

Fixed

  • Fix multiplex: Ensure all message received before disconnect

[3.0.5] - 2026-02-11

Fixed

  • Fix msrv to 1.79 (NonZero usage)

... (truncated)

Changelog

Sourced from crossfire's changelog.

[3.1.7] - 2026-03-19

Added

  • oneshot: Add TxOneshot::is_disconnected()

[3.1.6] - 2026-03-18

Added

  • waitgroup: Add WaitGroupInline (which does not allocate)

[3.1.4] - 2026-02-25

Changed

  • oneshot: Add Sync for TxOneshot

[3.1.2] - 2026-02-16

Changed

  • waitgroup: Add inner T inside, just like Arc, this break previous 3.1.0 and 3.1.1

[3.1.1] - 2026-02-15

Changed

  • waitgroup: Add Sync for WaitGroupGuard

[3.1.0] - 2026-02-14

Added

  • Add WaitGroup that support async & blocking, with custom threshold.

  • oneshot: Add recv_async_timeout & recv_async_with_timer

Changed

  • oneshot: Refactor oneshot and optimize out arc cost. try_recv() now require &mut self.

  • async_tx/async_rx: Refactor SendTimeoutFuture/RecvTimeoutFuture signature, to remove boxed future usage

[3.0.6] - 2026-02-11

Fixed

  • Fix multiplex: Ensure all message received before disconnect

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/dev/crossfire-3.1.7 branch 2 times, most recently from cc47f36 to 5320351 Compare March 27, 2026 17:30
Bumps [crossfire](https://github.com/frostyplanet/crossfire-rs) from 2.1.10 to 3.1.7.
- [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.1.7
  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.1.7 branch from 5320351 to 5e704ef Compare April 15, 2026 19:58
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