Skip to content
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

build(deps): bump tokio from 1.27.0 to 1.28.0 #6572

Merged
merged 1 commit into from
May 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2023

Bumps tokio from 1.27.0 to 1.28.0.

Release notes

Sourced from tokio's releases.

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 #5618: tokio-rs/tokio#5618 #5621: tokio-rs/tokio#5621 #5645: tokio-rs/tokio#5645 #5647: tokio-rs/tokio#5647

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested review from a team as code owners April 26, 2023 15:58
@dependabot dependabot bot requested review from arya2 and removed request for a team April 26, 2023 15:58
@dependabot dependabot bot added A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG P-Low ❄️ labels Apr 26, 2023
@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Merging #6572 (1c14039) into main (3e8f277) will increase coverage by 0.16%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6572      +/-   ##
==========================================
+ Coverage   77.93%   78.10%   +0.16%     
==========================================
  Files         309      309              
  Lines       40621    40621              
==========================================
+ Hits        31659    31727      +68     
+ Misses       8962     8894      -68     

@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-1.28.0 branch from b7179d7 to e842a57 Compare April 26, 2023 23:37
@teor2345 teor2345 removed the request for review from a team April 27, 2023 00:17
@teor2345
Copy link
Contributor

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Apr 27, 2023

update

✅ Branch has been successfully updated

@mpguerra mpguerra requested review from teor2345 and removed request for arya2 April 28, 2023 07:02
teor2345
teor2345 previously approved these changes May 1, 2023
Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiple bug and performance fixes

@teor2345 teor2345 added the C-bug Category: This is a bug label May 1, 2023
@teor2345
Copy link
Contributor

teor2345 commented May 2, 2023

@dependabot recreate

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.27.0...tokio-1.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-1.28.0 branch from 4c10328 to 1c14039 Compare May 2, 2023 01:15
@mergify mergify bot merged commit 5fb48c2 into main May 2, 2023
@mergify mergify bot deleted the dependabot/cargo/tokio-1.28.0 branch May 2, 2023 03:38
@oxarbitrage oxarbitrage mentioned this pull request May 9, 2023
38 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code C-bug Category: This is a bug C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant