Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2022

Bumps tokio from 1.20.0 to 1.23.0.

Release notes

Sourced from tokio's releases.

Tokio v1.23.0

Fixed

  • net: fix Windows named pipe connect (#5208)
  • io: support vectored writes for ChildStdin (#5216)
  • io: fix async fn ready() false positive for OS-specific events (#5231)

Changed

  • runtime: yield_now defers task until after driver poll (#5223)
  • runtime: reduce amount of codegen needed per spawned task (#5213)
  • windows: replace winapi dependency with windows-sys (#5204)

#5208: tokio-rs/tokio#5208 #5216: tokio-rs/tokio#5216 #5213: tokio-rs/tokio#5213 #5204: tokio-rs/tokio#5204 #5223: tokio-rs/tokio#5223 #5231: tokio-rs/tokio#5231

Tokio v1.22.0

Added

  • runtime: add Handle::runtime_flavor (#5138)
  • sync: add Mutex::blocking_lock_owned (#5130)
  • sync: add Semaphore::MAX_PERMITS (#5144)
  • sync: add merge() to semaphore permits (#4948)
  • sync: add mpsc::WeakUnboundedSender (#5189)

Added (unstable)

  • process: add Command::process_group (#5114)
  • runtime: export metrics about the blocking thread pool (#5161)
  • task: add task::id() and task::try_id() (#5171)

Fixed

  • macros: don't take ownership of futures in macros (#5087)
  • runtime: fix Stacked Borrows violation in LocalOwnedTasks (#5099)
  • runtime: mitigate ABA with 32-bit queue indices when possible (#5042)
  • task: wake local tasks to the local queue when woken by the same thread (#5095)
  • time: panic in release mode when mark_pending called illegally (#5093)
  • runtime: fix typo in expect message (#5169)
  • runtime: fix unsync_load on atomic types (#5175)
  • task: elaborate safety comments in task deallocation (#5172)
  • runtime: fix LocalSet drop in thread local (#5179)
  • net: remove libc type leakage in a public API (#5191)
  • runtime: update the alignment of CachePadded (#5106)

Changed

  • io: make tokio::io::copy continue filling the buffer when writer stalls (#5066)
  • runtime: remove coop::budget from LocalSet::run_until (#5155)
  • sync: make Notify panic safe (#5154)

... (truncated)

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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 6, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/src/proxy-manager/tokio-1.23.0 branch from b321d6f to 459ee26 Compare December 8, 2022 23:17
@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2022

Codecov Report

Merging #2674 (960e8f7) into main (e2dc560) will increase coverage by 1.84%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2674      +/-   ##
==========================================
+ Coverage   28.81%   30.66%   +1.84%     
==========================================
  Files         299      176     -123     
  Lines       36893    24014   -12879     
==========================================
- Hits        10632     7363    -3269     
+ Misses      26261    16651    -9610     
Impacted Files Coverage Δ
...rvice/ApiService/onefuzzlib/orm/EntityConverter.cs
src/ApiService/ApiService/OneFuzzTypes/Enums.cs
src/ApiService/ApiService/onefuzzlib/Scheduler.cs
...ApiService/ApiService/onefuzzlib/PoolOperations.cs
src/ApiService/ApiService/Functions/Info.cs
...ApiService/ApiService/onefuzzlib/TaskOperations.cs
src/ApiService/ApiService/Functions/Containers.cs
...iService/ApiService/Functions/AgentRegistration.cs
src/ApiService/ApiService/onefuzzlib/Config.cs
...c/ApiService/ApiService/TestHooks/VmssTestHooks.cs
... and 113 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/cargo/src/proxy-manager/tokio-1.23.0 branch 3 times, most recently from 3e693e8 to 1695ea8 Compare December 13, 2022 23:32
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.0 to 1.23.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.20.0...tokio-1.23.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/src/proxy-manager/tokio-1.23.0 branch from 1695ea8 to 960e8f7 Compare December 14, 2022 18:55
@Porges Porges enabled auto-merge (squash) December 15, 2022 03:36
@Porges Porges merged commit abcfa4f into main Dec 15, 2022
@Porges Porges deleted the dependabot/cargo/src/proxy-manager/tokio-1.23.0 branch December 15, 2022 03:36
@ghost ghost locked as resolved and limited conversation to collaborators Jan 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants