Skip to content

chore(deps): bump tokio from 1.50.0 to 1.51.1 - #416

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

chore(deps): bump tokio from 1.50.0 to 1.51.1#416
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-1.51.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tokio from 1.50.0 to 1.51.1.

Release notes

Sourced from tokio's releases.

Tokio v1.51.1

1.51.1 (April 8th, 2026)

Fixed

  • sync: fix semaphore reopens after forget (#8021)
  • net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)

Fixed (unstable)

  • metrics: fix worker_local_schedule_count test (#8008)
  • rt: do not leak fd when cancelling io_uring open operation (#7983)

#7983: tokio-rs/tokio#7983 #8001: tokio-rs/tokio#8001 #8008: tokio-rs/tokio#8008 #8021: tokio-rs/tokio#8021

Tokio v1.51.0

1.51.0 (April 3rd, 2026)

Added

  • net: implement get_peer_cred on Hurd (#7989)
  • runtime: add tokio::runtime::worker_index() (#7921)
  • runtime: add runtime name (#7924)
  • runtime: stabilize LocalRuntime (#7557)
  • wasm: add wasm32-wasip2 networking support (#7933)

Changed

  • runtime: steal tasks from the LIFO slot (#7431)

Fixed

  • docs: do not show "Available on non-loom only." doc label (#7977)
  • macros: improve overall macro hygiene (#7997)
  • sync: fix notify_waiters priority in Notify (#7996)
  • sync: fix panic in Chan::recv_many when called with non-empty vector on closed channel (#7991)

#7431: tokio-rs/tokio#7431 #7557: tokio-rs/tokio#7557 #7921: tokio-rs/tokio#7921 #7924: tokio-rs/tokio#7924 #7933: tokio-rs/tokio#7933 #7977: tokio-rs/tokio#7977 #7989: tokio-rs/tokio#7989 #7991: tokio-rs/tokio#7991 #7996: tokio-rs/tokio#7996 #7997: tokio-rs/tokio#7997

Commits
  • 98df02d chore: prepare Tokio v1.51.1 (#8023)
  • 3ea11e2 sync: fix semaphore reopens after forget (#8021)
  • c791213 rt: do not leak fd when cancelling io_uring open operation (#7983)
  • ad8c59a net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)
  • 654d38b metrics: fix worker_local_schedule_count test (#8008)
  • 857ba80 docs: improve contributing docs on how to specify crates dependency versions ...
  • 95b9342 chore: remove path deps for tokio-macros 2.7.0 (#8007)
  • 0af06b7 chore: prepare Tokio v1.51.0 (#8005)
  • 01a7f1d chore: prepare tokio-macros v2.7.0 (#8004)
  • eeb55c7 runtime: steal tasks from the LIFO slot (#7431)
  • 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 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 [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.1)

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

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 13, 2026
@github-actions

Copy link
Copy Markdown

Codecov Results 📊

✅ Patch coverage is 100.00%. Project has 16231 uncovered lines.

Files with missing lines (117)
File Patch % Lines
lib.rs 38.51% ⚠️ 1633 Missing
lib.rs 38.42% ⚠️ 1223 Missing
lib.rs 42.98% ⚠️ 1147 Missing
mod.rs 67.84% ⚠️ 1046 Missing
plugin_resolver.rs 41.93% ⚠️ 955 Missing
plugin_sources.rs 71.82% ⚠️ 858 Missing
router.rs 27.82% ⚠️ 556 Missing
service_supervisor.rs 85.40% ⚠️ 418 Missing
mod.rs 89.05% ⚠️ 397 Missing
orchestrator.rs 81.41% ⚠️ 365 Missing
main.rs 0.00% ⚠️ 357 Missing
session_loop.rs 65.05% ⚠️ 346 Missing
rpc_values.rs 12.01% ⚠️ 301 Missing
manager_runtime.rs 25.14% ⚠️ 261 Missing
runner_process.rs 48.06% ⚠️ 257 Missing
logs_forwarder.rs 77.16% ⚠️ 255 Missing
remote_rpc.rs 70.58% ⚠️ 248 Missing
lib.rs 52.85% ⚠️ 225 Missing
resources.rs 85.87% ⚠️ 215 Missing
certs.rs 59.75% ⚠️ 214 Missing
lib.rs 85.65% ⚠️ 205 Missing
mod.rs 81.31% ⚠️ 190 Missing
http_supervisor.rs 26.67% ⚠️ 186 Missing
mod.rs 69.82% ⚠️ 180 Missing
runtime_entry.rs 87.21% ⚠️ 167 Missing
self_update.rs 73.96% ⚠️ 148 Missing
plugin_cache.rs 50.29% ⚠️ 147 Missing
init.rs 80.78% ⚠️ 141 Missing
ui.rs 75.72% ⚠️ 134 Missing
manager_control.rs 85.89% ⚠️ 131 Missing
lib.rs 78.02% ⚠️ 130 Missing
rpc_bridge.rs 60.61% ⚠️ 122 Missing
mod.rs 86.06% ⚠️ 121 Missing
run.rs 36.98% ⚠️ 115 Missing
artifact_store.rs 90.63% ⚠️ 107 Missing
lib.rs 84.23% ⚠️ 101 Missing
lib.rs 77.35% ⚠️ 101 Missing
lib.rs 0.00% ⚠️ 96 Missing
ps.rs 55.20% ⚠️ 94 Missing
lib.rs 85.24% ⚠️ 94 Missing
mod.rs 97.57% ⚠️ 93 Missing
protocol_handler.rs 69.63% ⚠️ 90 Missing
command_common.rs 59.31% ⚠️ 86 Missing
dbus_p2p.rs 70.66% ⚠️ 86 Missing
config.rs 69.51% ⚠️ 86 Missing
workspace.rs 57.62% ⚠️ 86 Missing
service.rs 86.23% ⚠️ 83 Missing
stop.rs 43.06% ⚠️ 78 Missing
retained_file_store.rs 79.72% ⚠️ 76 Missing
packages.rs 74.16% ⚠️ 75 Missing
lib.rs 69.47% ⚠️ 73 Missing
manifest.rs 76.55% ⚠️ 71 Missing
hydrate.rs 89.92% ⚠️ 70 Missing
model.rs 72.80% ⚠️ 68 Missing
launch_builder.rs 81.82% ⚠️ 62 Missing
planner.rs 93.70% ⚠️ 60 Missing
io.rs 77.27% ⚠️ 58 Missing
lib.rs 89.83% ⚠️ 54 Missing
dependency.rs 85.82% ⚠️ 53 Missing
tls_material.rs 84.36% ⚠️ 48 Missing
validation.rs 82.90% ⚠️ 44 Missing
git.rs 75.00% ⚠️ 43 Missing
graph.rs 0.00% ⚠️ 43 Missing
apply.rs 92.93% ⚠️ 34 Missing
lock_resolution.rs 86.77% ⚠️ 28 Missing
lib.rs 79.29% ⚠️ 27 Missing
manifest_hash.rs 84.33% ⚠️ 25 Missing
envelope_io.rs 92.63% ⚠️ 25 Missing
explain.rs 0.00% ⚠️ 25 Missing
runner_spawn.rs 68.67% ⚠️ 23 Missing
registry.rs 81.15% ⚠️ 23 Missing
capability_checker.rs 90.32% ⚠️ 21 Missing
binding.rs 88.46% ⚠️ 20 Missing
mod.rs 90.60% ⚠️ 20 Missing
expand.rs 73.81% ⚠️ 18 Missing
shutdown.rs 77.11% ⚠️ 18 Missing
cache_refresh.rs 87.06% ⚠️ 17 Missing
validation.rs 89.22% ⚠️ 17 Missing
runtime.rs 90.74% ⚠️ 16 Missing
operation_state.rs 91.89% ⚠️ 16 Missing
log_buffer.rs 95.50% ⚠️ 16 Missing
error_diagnostics.rs 94.01% ⚠️ 15 Missing
descriptor.rs 93.60% ⚠️ 15 Missing
validation.rs 93.84% ⚠️ 15 Missing
cache.rs 86.92% ⚠️ 14 Missing
dependency.rs 93.33% ⚠️ 14 Missing
commit.rs 83.67% ⚠️ 14 Missing
lib.rs 70.21% ⚠️ 14 Missing
hash.rs 85.43% ⚠️ 13 Missing
command.rs 92.66% ⚠️ 13 Missing
lib.rs 0.00% ⚠️ 13 Missing
wasi_nn.rs 65.91% ⚠️ 12 Missing
resolver.rs 95.72% ⚠️ 12 Missing
lib.rs 88.00% ⚠️ 11 Missing
capabilities.rs 89.86% ⚠️ 9 Missing
digest.rs 89.31% ⚠️ 8 Missing
artifact.rs 94.97% ⚠️ 8 Missing
main.rs 0.00% ⚠️ 7 Missing
runner_runtime.rs 0.00% ⚠️ 7 Missing
requested.rs 97.44% ⚠️ 6 Missing
envelope.rs 83.78% ⚠️ 6 Missing
main.rs 0.00% ⚠️ 6 Missing
target.rs 89.87% ⚠️ 5 Missing
network.rs 94.20% ⚠️ 4 Missing
args.rs 85.37% ⚠️ 4 Missing
session_index.rs 97.35% ⚠️ 4 Missing
quic_builder.rs 91.30% ⚠️ 4 Missing
validation.rs 96.30% ⚠️ 3 Missing
codec.rs 95.50% ⚠️ 3 Missing
expectation.rs 96.64% ⚠️ 2 Missing
server_builder.rs 97.37% ⚠️ 2 Missing
lib.rs 85.71% ⚠️ 1 Missing
cbor.rs 92.31% ⚠️ 1 Missing
hello.rs 98.41% ⚠️ 1 Missing
log.rs 95.65% ⚠️ 1 Missing
rpc.rs 98.84% ⚠️ 1 Missing
service.rs 96.67% ⚠️ 1 Missing

Generated by Codecov Action

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