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.3.1 #2669

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps async-channel from 1.9.0 to 2.3.1.

Release notes

Sourced from async-channel's releases.

v2.3.1

  • Use the correct version of async-channel in our manifest. (#93)

v2.3.0

  • Add force_send for sending items over the channel that displace other items. (#89)

v2.2.1

  • Fix the CI badge in the crates.io page. (#84)

v2.2.0

  • Bump event-listener to v5.0.0. (#79)
  • Bump MSRV to 1.60. (#80)

v2.1.1

  • Bump event-listener to v4.0.0. (#73)

v2.1.0

  • Bump futures-lite to its latest version. (#70)

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.3.1

  • Use the correct version of async-channel in our manifest. (#93)

Version 2.3.0

  • Add force_send for sending items over the channel that displace other items. (#89)

Version 2.2.1

  • Fix the CI badge in the crates.io page. (#84)

Version 2.2.0

  • Bump event-listener to v5.0.0. (#79)
  • Bump MSRV to 1.60. (#80)

Version 2.1.1

  • Bump event-listener to v4.0.0. (#73)

Version 2.1.0

  • Bump futures-lite to its latest version. (#70)

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

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.

@dependabot dependabot bot requested a review from darach as a code owner October 21, 2024 04:51
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
@tremor-bot tremor-bot enabled auto-merge (rebase) October 21, 2024 04:51
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.74%. Comparing base (0b9383a) to head (f594f7b).

❗ There is a different number of reports uploaded between BASE (0b9383a) and HEAD (f594f7b). Click for more details.

HEAD has 20 uploads less than BASE
Flag BASE (0b9383a) HEAD (f594f7b)
unittests 15 7
tremorvalue 1 0
e2e-command 1 0
e2etests 2 0
tremorconnectorsgcp 1 0
tremorconnectorsotel 1 0
tremorpipeline 1 0
tremorinterceptor 1 0
tremorsystem 1 0
tremorapi 1 0
e2e-unit 1 0
tremorruntime 1 0
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2669       +/-   ##
===========================================
- Coverage   76.49%   26.74%   -49.76%     
===========================================
  Files         305      216       -89     
  Lines       54283    32179    -22104     
===========================================
- Hits        41526     8606    -32920     
- Misses      12757    23573    +10816     
Flag Coverage Δ
e2e-command ?
e2e-unit ?
e2etests ?
tremorapi ?
tremorcodec 63.96% <ø> (ø)
tremorcommon 63.04% <ø> (ø)
tremorconnectorsaws 11.22% <ø> (ø)
tremorconnectorsazure 4.67% <ø> (ø)
tremorconnectorsgcp ?
tremorconnectorsobjectstorage 0.06% <ø> (ø)
tremorconnectorsotel ?
tremorconnectorstesthelpers 68.25% <ø> (ø)
tremorinflux 87.71% <ø> (ø)
tremorinterceptor ?
tremorpipeline ?
tremorruntime ?
tremorsystem ?
tremorvalue ?
unittests 26.74% <ø> (-49.36%) ⬇️

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

see 257 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 0b9383a...f594f7b. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from b3ab3c9 to 62d6f8a Compare October 21, 2024 17:11
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from 62d6f8a to c21806c Compare October 22, 2024 19:26
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from c21806c to 3e4b182 Compare October 22, 2024 20:41
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from 3e4b182 to d9042f4 Compare October 23, 2024 12:38
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from d9042f4 to 4611e86 Compare October 23, 2024 14:17
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from 4611e86 to 2a213b4 Compare October 23, 2024 19:54
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from 2a213b4 to c938685 Compare October 24, 2024 04:45
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from c938685 to 37c1426 Compare October 25, 2024 04:19
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from 37c1426 to 5e67447 Compare October 28, 2024 05:14
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from 5e67447 to 341e713 Compare October 28, 2024 05:28
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.9.0 to 2.3.1.
- [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.3.1)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/async-channel-2.3.1 branch from 341e713 to f594f7b Compare October 29, 2024 04:28
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.

1 participant