Skip to content

build(deps): bump tokio-graceful-shutdown from 0.17.1 to 0.19.3#511

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tokio-graceful-shutdown-0.19.3
Open

build(deps): bump tokio-graceful-shutdown from 0.17.1 to 0.19.3#511
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tokio-graceful-shutdown-0.19.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Bumps tokio-graceful-shutdown from 0.17.1 to 0.19.3.

Release notes

Sourced from tokio-graceful-shutdown's releases.

v0.19.3

Changes

  • Fix missing semicolon in usage example (#136)

v0.19.2

Changes

  • Convert over-ambitious panics to warnings in: (#132)
    • Toplevel::catch_signals
    • Subsystem panic handler
  • Improve documentation of SubsystemHandle::wait_for_children (#132)

v0.19.1

Changes

  • Cleanup dev-dependencies:
    • Bump console-subscriber to 0.5.0
    • Remove obsolete dependencies:
      • futures-util
      • tower
      • gcc

v0.19.0

Breaking Changes

  • Subsystems now take the SubsystemHandle parameter as a mutable reference (&mut SubsystemHandle) (#125).
    • It was always meant to be like that, but technical limitations in older Rust versions prevented the combination of mutable references in generic async functions.
    • This change has some side effects, so I created a small migration guide.

v0.18.0

Breaking Changes

  • Remove async_trait dependency now that RPITIT was stabilized (#124)
    • Rework trait IntoSubsystem to use RPITIT instead of async_trait.
Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/tokio-graceful-shutdown-0.19.3 branch 2 times, most recently from 0d960c6 to 4a47007 Compare April 9, 2026 09:06
@dependabot dependabot Bot force-pushed the dependabot/cargo/tokio-graceful-shutdown-0.19.3 branch 3 times, most recently from 2e6e849 to 97e4357 Compare April 15, 2026 11:57
@dependabot dependabot Bot force-pushed the dependabot/cargo/tokio-graceful-shutdown-0.19.3 branch 5 times, most recently from 7075898 to 34f58a9 Compare April 24, 2026 17:09
Bumps [tokio-graceful-shutdown](https://github.com/Finomnis/tokio-graceful-shutdown) from 0.17.1 to 0.19.3.
- [Release notes](https://github.com/Finomnis/tokio-graceful-shutdown/releases)
- [Commits](Finomnis/tokio-graceful-shutdown@0.17.1...0.19.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/tokio-graceful-shutdown-0.19.3 branch from 34f58a9 to e229ad0 Compare April 28, 2026 09:08
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.

0 participants