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

build(deps): bump tokio-graceful-shutdown from 0.13.0 to 0.14.2 #174

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps tokio-graceful-shutdown from 0.13.0 to 0.14.2.

Release notes

Sourced from tokio-graceful-shutdown's releases.

v0.14.2

Changes

  • React to more signals on Windows:
    • CTRL_BREAK
    • CTRL_CLOSE
    • CTRL_SHUTDOWN

v0.14.1

Changes

  • Add SubsystemHandle::create_cancellation_token()
  • Update hyper example to hyper 1.0

v0.14.0

Full rewrite of this crate

The main problem was that the API followed the implementation and not the other way round. That had the effect that some API improvements weren't possible because they were no longer implementable.

With the new implementation, several API decisions that bothered me were finally improved.

Breaking Changes

  • Remove Toplevel::nested (which was a rather ugly hack), replace with configurable ErrorActions.
  • Remove partial shutdown mechanism; replace with NestedSubsystem::initiate_shutdown() and NestedSubsystem::join().
  • Add SubsystemHandle::wait_for_children().
  • Remove Toplevel::start. Instead, add a single subsystem to Toplevel::new, which can then spawn all further subsystems.
  • Rework SubsystemHandle::start; it now takes a SubsystemBuilder object that provides further subsystem configuration options.
  • Logging framework was changed from log to tracing.
  • Minimum Supported Rust Version (MSRV) is now 1.63.0.

The rest of the API is almost identical and migration should be mostly straight forward.

Commits
  • 20f5671 Bump version to 0.14.2
  • 3ac73fe React to more shutdown signals (#77)
  • 8645740 Fix minversion tags in Cargo.toml
  • a49a7c6 Add min versions checks to CI (#75)
  • c817731 Merge pull request #74 from Finomnis/ci_efficiency
  • 843c8f9 Add better dependencies to CI
  • 91e6942 Add semver to release dependencies
  • cbd0791 Merge pull request #73 from Finomnis/hyper_1
  • 69a9a2c Add another test for cancellation token
  • a022ecd Add test for cancellation token
  • Additional commits viewable in compare view

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.

Bumps [tokio-graceful-shutdown](https://github.com/Finomnis/tokio-graceful-shutdown) from 0.13.0 to 0.14.2.
- [Release notes](https://github.com/Finomnis/tokio-graceful-shutdown/releases)
- [Commits](Finomnis/tokio-graceful-shutdown@0.13.0...0.14.2)

---
updated-dependencies:
- dependency-name: tokio-graceful-shutdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@returntoreality
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2024

Looks like tokio-graceful-shutdown is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 4, 2024
@dependabot dependabot bot deleted the dependabot/cargo/tokio-graceful-shutdown-0.14.2 branch February 4, 2024 11:36
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