Skip to content

chore(deps): update rust crate tokio to v1.46.1 #209

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

Closed
wants to merge 2 commits into from

Conversation

renovateselfhost[bot]
Copy link
Contributor

@renovateselfhost renovateselfhost bot commented Mar 8, 2025

This PR contains the following updates:

Package Type Update Change
tokio (source) dev-dependencies minor 1.44.0 -> 1.46.1

Release Notes

tokio-rs/tokio (tokio)

v1.46.1: Tokio v1.46.1

Compare Source

1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using tokio::spawn rather than Runtime::spawn. This issue only effected the spawn location in TaskMeta::spawned_at, and did not effect task locations in Tracing events.

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#​7440)

v1.46.0: Tokio v1.46.0

Compare Source

1.46.0 (July 2nd, 2025)

Fixed
  • net: fixed TcpStream::shutdown incorrectly returning an error on macOS (#​7290)

Added

  • sync: mpsc::OwnedPermit::{same_channel, same_channel_as_sender} methods (#​7389)
  • macros: biased option for join! and try_join!, similar to select! (#​7307)
  • net: support for cygwin (#​7393)
  • net: support pope::OpenOptions::read_write on Android (#​7426)
  • net: add Clone implementation for net::unix::SocketAddr (#​7422)

Changed

  • runtime: eliminate unnecessary lfence while operating on queue::Local<T> (#​7340)
  • task: disallow blocking in LocalSet::{poll,drop} (#​7372)

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#​7417)
  • runtime: removed borrow from LocalOptions parameter to runtime::Builder::build_local (#​7346)

Documented

  • io: clarify behavior of seeking when start_seek is not used (#​7366)
  • io: document cancellation safety of AsyncWriteExt::flush (#​7364)
  • net: fix docs for recv_buffer_size method (#​7336)
  • net: fix broken link of RawFd in TcpSocket docs (#​7416)
  • net: update AsRawFd doc link to current Rust stdlib location (#​7429)
  • readme: fix double period in reactor description (#​7363)
  • runtime: add doc note that on_*_task_poll is unstable (#​7311)
  • sync: update broadcast docs on allocation failure (#​7352)
  • time: add a missing panic scenario of time::advance (#​7394)

v1.45.1: Tokio v1.45.1

Compare Source

1.45.1 (May 24th, 2025)

This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to Instant::now() started failing. This is due to the stabilization of the first time-based metric.

Fixed
  • Disable time-based metrics on wasm32-unknown-unknown (#​7322)

v1.45.0: Tokio v1.45.0

Compare Source

Added
  • metrics: stabilize worker_total_busy_duration, worker_park_count, and worker_unpark_count (#​6899, #​7276)
  • process: add Command::spawn_with (#​7249)
Changed
  • io: do not require Unpin for some trait impls (#​7204)
  • rt: mark runtime::Handle as unwind safe (#​7230)
  • time: revert internal sharding implementation (#​7226)
Unstable
  • rt: remove alt multi-threaded runtime (#​7275)

v1.44.2: Tokio v1.44.2

Compare Source

This release fixes a soundness issue in the broadcast channel. The channel
accepts values that are Send but !Sync. Previously, the channel called
clone() on these values without synchronizing. This release fixes the channel
by synchronizing calls to .clone() (Thanks Austin Bonander for finding and
reporting the issue).

Fixed
  • sync: synchronize clone() call in broadcast channel (#​7232)

v1.44.1: Tokio v1.44.1

Compare Source

1.44.1 (March 13th, 2025)

Fixed
  • rt: skip defer queue in block_in_place context (#​7216)

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 is behind base branch, 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 has been generated by Renovate Bot.

@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate tokio to v1.44.0 chore(deps): update rust crate tokio to v1.44.0 - autoclosed Mar 13, 2025
@renovateselfhost renovateselfhost bot closed this Mar 13, 2025
@renovateselfhost renovateselfhost bot deleted the renovate/tokio-1.x-lockfile branch March 13, 2025 06:04
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate tokio to v1.44.0 - autoclosed chore(deps): update rust crate tokio to v1.44.0 Mar 13, 2025
@renovateselfhost renovateselfhost bot reopened this Mar 13, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/tokio-1.x-lockfile branch from e14de85 to dcebaf2 Compare March 13, 2025 14:35
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate tokio to v1.44.0 chore(deps): update rust crate tokio to v1.44.1 Mar 13, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/tokio-1.x-lockfile branch from dcebaf2 to 76cb8f7 Compare March 14, 2025 14:34
@renovateselfhost renovateselfhost bot force-pushed the renovate/tokio-1.x-lockfile branch from 76cb8f7 to c19bcb1 Compare April 6, 2025 14:34
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate tokio to v1.44.1 chore(deps): update rust crate tokio to v1.44.2 Apr 6, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/tokio-1.x-lockfile branch from c19bcb1 to b6e2d8b Compare May 6, 2025 14:37
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate tokio to v1.44.2 chore(deps): update rust crate tokio to v1.45.0 May 6, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/tokio-1.x-lockfile branch from b6e2d8b to 7448c4c Compare May 24, 2025 14:34
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate tokio to v1.45.0 chore(deps): update rust crate tokio to v1.45.1 May 24, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/tokio-1.x-lockfile branch from 7448c4c to 6a98ed8 Compare July 2, 2025 14:37
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate tokio to v1.45.1 chore(deps): update rust crate tokio to v1.46.0 Jul 2, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/tokio-1.x-lockfile branch from 6a98ed8 to ce6356f Compare July 5, 2025 14:36
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate tokio to v1.46.0 chore(deps): update rust crate tokio to v1.46.1 Jul 5, 2025
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.

1 participant