Skip to content

chore(deps): update rust crate tokio to v1.51.0#105

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tokio-1.x-lockfile
Open

chore(deps): update rust crate tokio to v1.51.0#105
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tokio-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 26, 2025

This PR contains the following updates:

Package Type Update Change
tokio (source) workspace.dependencies minor 1.49.01.51.0

Release Notes

tokio-rs/tokio (tokio)

v1.51.0: Tokio v1.51.0

Compare Source

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)

v1.50.0: Tokio v1.50.0

Compare Source

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)
  • task: fix two typos (#​7913)
  • task: improve the docs of Builder::spawn_local (#​7828)
  • time: add docs about auto-advance and when to use sleep (#​7858)
  • util: fix typo in docs (#​7926)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.47.0 chore(deps): update rust crate tokio to v1.47.1 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 0d6c2e8 to 553646b Compare August 1, 2025 12:28
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 553646b to 0dee531 Compare August 10, 2025 13:52
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 0dee531 to f8cd814 Compare October 14, 2025 15:43
@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.47.1 chore(deps): update rust crate tokio to v1.48.0 Oct 14, 2025
@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.48.0 chore(deps): update rust crate tokio to v1.49.0 Jan 3, 2026
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from f8cd814 to 4f9a964 Compare January 3, 2026 14:13
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 4f9a964 to e89ca4c Compare February 2, 2026 16:48
@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.49.0 chore(deps): update rust crate tokio to v1.50.0 Mar 3, 2026
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from e89ca4c to 3c15a37 Compare March 3, 2026 13:35
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch 2 times, most recently from 8fcfacb to c2d40e8 Compare March 18, 2026 08:27
@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.50.0 chore(deps): update rust crate tokio to v1.51.0 Apr 3, 2026
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from c2d40e8 to 18a524e Compare April 3, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants