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 calloop from 0.14.0 to 0.14.1 #10

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps calloop from 0.14.0 to 0.14.1.

Release notes

Sourced from calloop's releases.

v0.14.1

0.14.1 -- 2024-09-05

Additions

  • Use the tracing crate for logging instead of the log crate. (#195)
  • Make the Generic type UnwindSafe, even if its error is not. (#204)

Bugfixes

  • Optimizer timers in such a way that cancelling and restarting a timer doesn't allocate on the heap. (#184)
  • Make it so the number of channel elements are bounded per iteration of the event loop. (#200)
Changelog

Sourced from calloop's changelog.

0.14.1 -- 2024-09-05

Additions

  • Use the tracing crate for logging instead of the log crate. (#195)
  • Make the Generic type UnwindSafe, even if its error is not. (#204)

Bugfixes

  • Optimizer timers in such a way that cancelling and restarting a timer doesn't allocate on the heap. (#184)
  • Make it so the number of channel elements are bounded per iteration of the event loop. (#200)
Commits
  • d66f3aa v0.14.1
  • 8d11455 channel: Return PostAction::Remove on disconnect
  • 5ba1370 m: Fix indent in doc comment
  • ac7e5e7 Make Generic UnwindSafe even if its error type isn't
  • 86c6713 bugfix: Use a different strategy for yielding
  • 7f156ba tests: Add 1025 future test to executor
  • 0ab5cc2 bugfix: Bound channel elements per iteration
  • a87d1f6 ci: Remove unmaintained actions-rs actions
  • 3ef1bf2 chore: use tracing instead of log crate
  • 5433747 ci: Remove log downgrade
  • Additional commits viewable in compare view

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)

Bumps [calloop](https://github.com/Smithay/calloop) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/Smithay/calloop/releases)
- [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md)
- [Commits](Smithay/calloop@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: calloop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 9, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (ad7f99a) to head (f0db6e5).

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #10   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines         96      96           
=====================================
  Misses        96      96           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshka joshka merged commit 2cf78f4 into main Oct 3, 2024
11 checks passed
@joshka joshka deleted the dependabot/cargo/calloop-0.14.1 branch October 3, 2024 08:49
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.

2 participants