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

Bump async-channel from 1.9.0 to 2.0.0 #2367

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps async-channel from 1.9.0 to 2.0.0.

Release notes

Sourced from async-channel's releases.

v2.0.0

  • Breaking: Make Send, Recv and Receiver !Unpin. This enables more efficient event notification strategies. (#59)
  • Breaking: Add an std enabled-by-default feature that enables parts of the API that require std. (#59)
  • Add support for the wasm32 target. (#67)
Changelog

Sourced from async-channel's changelog.

Version 2.0.0

  • Breaking: Make Send, Recv and Receiver !Unpin. This enables more efficient event notification strategies. (#59)
  • Breaking: Add an std enabled-by-default feature that enables parts of the API that require std. (#59)
  • Add support for the wasm32 target. (#67)
Commits

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2023
@dependabot dependabot bot requested a review from mfelsche as a code owner October 30, 2023 10:15
@tremor-bot tremor-bot enabled auto-merge (rebase) October 30, 2023 10:15
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.0.0 branch from f7d9277 to 438f480 Compare October 30, 2023 10:27
tremor-bot
tremor-bot previously approved these changes Oct 30, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.0.0 branch from 5abe03c to fe43c3a Compare October 30, 2023 11:09
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.0.0 branch from fe43c3a to c4e19a9 Compare October 30, 2023 11:26
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.0.0 branch from c4e19a9 to 0ad2588 Compare October 30, 2023 11:42
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.0.0 branch from 0ad2588 to 1f0e3cb Compare October 31, 2023 08:34
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.0.0 branch from 1f0e3cb to 4dfd828 Compare October 31, 2023 08:52
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.9.0 to 2.0.0.
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-channel@v1.9.0...v2.0.0)

---
updated-dependencies:
- dependency-name: async-channel
  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/async-channel-2.0.0 branch from 4dfd828 to 1f04882 Compare October 31, 2023 09:05
tremor-bot
tremor-bot previously approved these changes Oct 31, 2023
Licenser
Licenser previously approved these changes Oct 31, 2023
@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #2367 (8e7c3c7) into main (be3e50a) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2367      +/-   ##
==========================================
+ Coverage   90.79%   90.87%   +0.07%     
==========================================
  Files         281      281              
  Lines       59664    59673       +9     
==========================================
+ Hits        54174    54227      +53     
+ Misses       5490     5446      -44     
Flag Coverage Δ
unittests 90.87% <100.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/errors.rs 82.74% <100.00%> (+0.42%) ⬆️

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be3e50a...8e7c3c7. Read the comment docs.

@Licenser Licenser force-pushed the dependabot/cargo/async-channel-2.0.0 branch from 5ce60e9 to 9f90caf Compare October 31, 2023 10:11
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
@Licenser Licenser force-pushed the dependabot/cargo/async-channel-2.0.0 branch from 9f90caf to 8e7c3c7 Compare October 31, 2023 10:13
@tremor-bot tremor-bot merged commit baf6cc0 into main Oct 31, 2023
15 checks passed
@tremor-bot tremor-bot deleted the dependabot/cargo/async-channel-2.0.0 branch October 31, 2023 10:23
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.

2 participants