Skip to content

Bump tokio from 1.27.0 to 1.28.1

Ghost User requested to merge dependabot-cargo-tokio-1.28.1 into master

Bumps tokio from 1.27.0 to 1.28.1.

Release notes

Sourced from tokio's releases.

Tokio v1.28.1

1.28.1 (May 10th, 2023)

This release fixes a mistake in the build script that makes AsFd implementations unavailable on Rust 1.63. (#5677)

#5677: tokio-rs/tokio#5677

Tokio v1.28.0

1.28.0 (April 25th, 2023)

Added

  • io: add AsyncFd::async_io (#5542)
  • io: impl BufMut for ReadBuf (#5590)
  • net: add recv_buf for UdpSocket and UnixDatagram (#5583)
  • sync: add OwnedSemaphorePermit::semaphore (#5618)
  • sync: add same_channel to broadcast channel (#5607)
  • sync: add watch::Receiver::wait_for (#5611)
  • task: add JoinSet::spawn_blocking and JoinSet::spawn_blocking_on (#5612)

Changed

  • deps: update windows-sys to 0.48 (#5591)
  • io: make read_to_end not grow unnecessarily (#5610)
  • macros: make entrypoints more efficient (#5621)
  • sync: improve Debug impl for RwLock (#5647)
  • sync: reduce contention in Notify (#5503)

Fixed

  • net: support get_peer_cred on AIX (#5065)
  • sync: avoid deadlocks in broadcast with custom wakers (#5578)

Documented

  • sync: fix typo in Semaphore::MAX_PERMITS (#5645)
  • sync: fix typo in tokio::sync::watch::Sender docs (#5587)

#5065: tokio-rs/tokio#5065 #5503: tokio-rs/tokio#5503 #5542: tokio-rs/tokio#5542 #5578: tokio-rs/tokio#5578 #5583: tokio-rs/tokio#5583 #5587: tokio-rs/tokio#5587 #5590: tokio-rs/tokio#5590 #5591: tokio-rs/tokio#5591 #5607: tokio-rs/tokio#5607 #5610: tokio-rs/tokio#5610 #5611: tokio-rs/tokio#5611 #5612: tokio-rs/tokio#5612

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports