Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update whisk requirement from 0.12 to 0.13 #41

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

Updates the requirements on whisk to permit the latest version.

Changelog

Sourced from whisk's changelog.

[0.13.0] - 2024-06-19

Changed

  • Switched out pasts for event_iterator
  • Renamed futures-core feature to futures_core_3
  • Bumped MSRV to 1.70

[0.12.1] - 2023-06-02

Fixed

  • Weirdness with Cargo.toml's [[example]] section and no-std example in CI.

[0.12.0] - 2023-06-02

Fixed

  • Default features being pulled in for pasts and futures-core optional dependencies when enabled

[0.11.0] - 2023-02-19

Changed

  • Update pasts to 0.14.x

[0.10.0] - 2023-01-18

Changed

  • Update pasts to 0.13.x

[0.9.1] - 2022-11-26

Fixed

  • Use after free bug (drop order)

[0.9.0] - 2022-11-25

Added

  • Implement From converting Arc<Queue> to Channel
  • Implement From converting Channel to Arc<Queue>
  • Separate Queue and Channel types
  • Channel::with() for storing additional data within the internal Arc
  • Queue::with() for storing additional data within
  • Deref implementation for accessing additional use data within Channel
  • Deref implementation for accessing additional use data within Queue

Changed

  • Changed to lockless implementation (no more spinlocks)
  • Old Channel type is now called Queue
  • Future, Notifier and Stream are now implemented directly on Channel rather than on a shared reference.
  • Bump MSRV to Rust 1.65

Removed

  • Chan, Stream, WeakChan and WeakStream type aliases

[0.8.0] - 2022-09-28

Added

  • Chan, Stream, WeakChan, WeakStream type aliases

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Updates the requirements on [whisk](https://github.com/ardaku/whisk) to permit the latest version.
- [Changelog](https://github.com/ardaku/whisk/blob/stable/CHANGELOG.md)
- [Commits](ardaku/whisk@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: whisk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 20, 2024
@AldaronLau AldaronLau added this pull request to the merge queue Aug 10, 2024
Merged via the queue into v0 with commit 654db23 Aug 10, 2024
50 checks passed
@AldaronLau AldaronLau deleted the dependabot/cargo/whisk-0.13 branch August 10, 2024 22:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant