Skip to content

chore(deps): bump the tokio group with 4 updates#19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-a91796e139
Open

chore(deps): bump the tokio group with 4 updates#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-a91796e139

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the tokio group with 4 updates: tokio, tokio-metrics, tokio-graceful-shutdown and tokio-retry.

Updates tokio from 1.49.0 to 1.50.0

Release notes

Sourced from tokio's releases.

Tokio v1.50.0

1.50.0 (Mar 3rd, 2026)

Added

  • net: add TcpStream::set_zero_linger (#7837)
  • rt: add is_rt_shutdown_err (#7771)

Changed

  • io: add optimizer hint that memchr returns in-bounds pointer (#7792)
  • io: implement vectored writes for write_buf (#7871)
  • runtime: panic when event_interval is set to 0 (#7838)
  • runtime: shorten default thread name to fit in Linux limit (#7880)
  • signal: remember the result of SetConsoleCtrlHandler (#7833)
  • signal: specialize windows Registry (#7885)

Fixed

  • io: always cleanup AsyncFd registration list on deregister (#7773)
  • macros: remove (most) local use declarations in tokio::select! (#7929)
  • net: fix GET_BUF_SIZE constant for target_os = "android" (#7889)
  • runtime: avoid redundant unpark in current_thread scheduler (#7834)
  • runtime: don't park in current_thread if before_park defers waker (#7835)
  • io: fix write readiness on ESP32 on short writes (#7872)
  • runtime: wake deferred tasks before entering block_in_place (#7879)
  • sync: drop rx waker when oneshot receiver is dropped (#7886)
  • runtime: fix double increment of num_idle_threads on shutdown (#7910, #7918, #7922)

Unstable

  • fs: check for io-uring opcode support (#7815)
  • runtime: avoid lock acquisition after uring init (#7850)

Documented

  • docs: update outdated unstable features section (#7839)
  • io: clarify the behavior of AsyncWriteExt::shutdown() (#7908)
  • io: explain how to flush stdout/stderr (#7904)
  • io: fix incorrect and confusing AsyncWrite documentation (#7875)
  • rt: clarify the documentation of Runtime::spawn (#7803)
  • rt: fix missing quotation in docs (#7925)
  • runtime: correct the default thread name in docs (#7896)
  • runtime: fix event_interval doc (#7932)
  • sync: clarify RwLock fairness documentation (#7919)
  • sync: clarify that recv returns None once closed and no more messages (#7920)
  • task: clarify when to use spawn_blocking vs dedicated threads (#7923)
  • task: doc that task drops before JoinHandle completion (#7825)
  • signal: guarantee that listeners never return None (#7869)
  • task: fix task module feature flags in docs (#7891)

... (truncated)

Commits

Updates tokio-metrics from 0.4.8 to 0.5.0

Release notes

Sourced from tokio-metrics's releases.

v0.5.0

Breaking Changes

  • RuntimeMetrics::poll_time_histogram is now a PollTimeHistogram instead of Vec<u64>. Each bucket carries its duration range alongside the count. (#121)

Added

  • Add metrique-integration feature to use RuntimeMetrics as a metrique unit of work (#121)

Other

  • Fix doctests failing after Tokio v1.51 (#122)

v0.4.9

Added

  • (task) Expose a static-friendly TaskMonitorCore without inner Arc (#115)

Other

  • Fix doctest feature gates and relax rt requirement for task metrics reporter (#118)
Changelog

Sourced from tokio-metrics's changelog.

0.5.0 - 2026-04-09

Breaking Changes

  • RuntimeMetrics::poll_time_histogram is now a PollTimeHistogram instead of Vec<u64>. Each bucket carries its duration range alongside the count. (#121)

Added

  • Add metrique-integration feature to use RuntimeMetrics as a metrique unit of work (#121)

Other

  • Fix doctests failing after Tokio v1.51 (#122)

0.4.9 - 2026-02-23

Added

  • (task) Expose a static-friendly TaskMonitorCore without inner Arc (#115)

Other

  • Fix doctest feature gates and relax rt requirement for task metrics reporter (#118)
Commits
  • 9095ba6 chore: release 0.5.0 (#123)
  • d82af76 docs(runtime): Fix doctests failing after Tokio v1.51 (#122)
  • 8c24879 Breaking: Add optional metrique Entry derive for RuntimeMetrics (#121)
  • de140d3 chore: release 0.4.9 (#119)
  • 0430a9c Fix doctest feature gates and relax rt requirement for task metrics reporter ...
  • 75c82a0 feat(task): Expose a static-friendly TaskMonitorBase without inner Arc (#115)
  • ac44169 docs: note to always use PRs for releases even with bypass permissions
  • See full diff in compare view

Updates tokio-graceful-shutdown from 0.19.2 to 0.19.3

Release notes

Sourced from tokio-graceful-shutdown's releases.

v0.19.3

Changes

  • Fix missing semicolon in usage example (#136)
Commits

Updates tokio-retry from 0.3.0 to 0.3.1

Release notes

Sourced from tokio-retry's releases.

0.3.1

This is the first release from a new maintainer (@​djc). Thanks to @​srijs for creating and maintaining this crate!

Most important changes:

  • Upgrades to rand 0.10 (which requires an MSRV bump to 1.85)
  • Makes the rand dependency optional (allowing to no_std support)
  • Replaces the pin-project dependency with pin-project-lite

What's Changed

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tokio group with 4 updates: [tokio](https://github.com/tokio-rs/tokio), [tokio-metrics](https://github.com/tokio-rs/tokio-metrics), [tokio-graceful-shutdown](https://github.com/Finomnis/tokio-graceful-shutdown) and [tokio-retry](https://github.com/djc/tokio-retry).


Updates `tokio` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0)

Updates `tokio-metrics` from 0.4.8 to 0.5.0
- [Release notes](https://github.com/tokio-rs/tokio-metrics/releases)
- [Changelog](https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/tokio-metrics@v0.4.8...v0.5.0)

Updates `tokio-graceful-shutdown` from 0.19.2 to 0.19.3
- [Release notes](https://github.com/Finomnis/tokio-graceful-shutdown/releases)
- [Commits](Finomnis/tokio-graceful-shutdown@0.19.2...0.19.3)

Updates `tokio-retry` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/djc/tokio-retry/releases)
- [Commits](djc/tokio-retry@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tokio
- dependency-name: tokio-metrics
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tokio
- dependency-name: tokio-graceful-shutdown
  dependency-version: 0.19.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tokio
- dependency-name: tokio-retry
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tokio
...

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 Apr 27, 2026
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