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

Update Rust crate tokio to 1.33.0 #1021

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Update Rust crate tokio to 1.33.0 #1021

merged 1 commit into from
Oct 9, 2023

Conversation

nextest-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
tokio (source) dependencies minor 1.32.0 -> 1.33.0

Release Notes

tokio-rs/tokio (tokio)

v1.33.0: Tokio v1.33.0

Compare Source

1.33.0 (October 9, 2023)

Fixed
  • io: mark Interest::add with #[must_use] (#​6037)
  • runtime: fix cache line size for RISC-V (#​5994)
  • sync: prevent lock poisoning in watch::Receiver::wait_for (#​6021)
  • task: fix spawn_local source location (#​5984)
Changed
  • macros: use ::core imports instead of ::std in tokio::test (#​5973)
  • sync: use Acquire/Release orderings instead of SeqCst in watch (#​6018)
Added
  • fs: add vectored writes to tokio::fs::File (#​5958)
  • io: add Interest::remove method (#​5906)
  • io: add vectored writes to DuplexStream (#​5985)
  • net: add Apple tvOS support (#​6045)
  • sync: add ?Sized bound to {MutexGuard,OwnedMutexGuard}::map (#​5997)
  • sync: add watch::Receiver::mark_unseen (#​5962, #​6014, #​6017)
  • sync: add watch::Sender::new (#​5998)
  • sync: add const fn OnceCell::from_value (#​5903)
Removed
  • remove unused stats feature (#​5952)
Documented
Unstable
  • taskdump: fix potential deadlock (#​6036)

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 has been generated by Renovate Bot.

@nextest-bot nextest-bot added the dependencies Pull requests that update a dependency file label Oct 9, 2023
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #1021 (a6b7b8c) into main (301e619) will not change coverage.
The diff coverage is n/a.

❗ Current head a6b7b8c differs from pull request most recent head 61209b5. Consider uploading reports for the commit 61209b5 to get more accurate results

@@           Coverage Diff           @@
##             main    #1021   +/-   ##
=======================================
  Coverage   79.16%   79.16%           
=======================================
  Files          64       64           
  Lines       16543    16543           
=======================================
  Hits        13096    13096           
  Misses       3447     3447           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sunshowers sunshowers merged commit 52fed18 into main Oct 9, 2023
11 checks passed
@sunshowers sunshowers deleted the renovate/tokio-1.x branch October 9, 2023 16:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants