Skip to content

fix(deps): update rust crate oneshot to 0.2#4206

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/oneshot-0.x
Open

fix(deps): update rust crate oneshot to 0.2#4206
renovate[bot] wants to merge 1 commit intomainfrom
renovate/oneshot-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2026

This PR contains the following updates:

Package Type Update Change
oneshot dependencies minor 0.10.2

Release Notes

faern/oneshot (oneshot)

v0.2.1

Compare Source

Added
  • Add is_closed and has_message methods to AsyncReceiver.

v0.2.0

Compare Source

Changed
  • Disable both the std and async features by default. Making them opt-in instead of opt-out.
    This makes the library more minimal by default and only contains the functionality that the
    user explicitly enables. This is a breaking change.
  • Upgrade to Rust 2024 edition. This also bumps the MSRV to 1.85.0
  • Add a separate type AsyncReceiver that implements Future instead of implementing it
    directly on the Receiver type. Now the Receiver implements IntoFuture instead.
    This is a breaking change. This change removes the possible panics in many recv* methods,
    and it simplifies some code a bit.
Fixed
  • Make Debug impl on SendError include the channel message type, instead of just saying
    "SendError<T>(_)".

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/oneshot-0.x branch 30 times, most recently from c11c342 to 0182514 Compare March 2, 2026 15:04
@renovate renovate bot force-pushed the renovate/oneshot-0.x branch 22 times, most recently from 4570859 to 23d3578 Compare March 9, 2026 12:05
@renovate renovate bot force-pushed the renovate/oneshot-0.x branch 6 times, most recently from a9337e7 to 87e5663 Compare March 9, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants