-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump tokio from 1.16.1 to 1.17.0 #55
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.16.1 to 1.17.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.16.1...tokio-1.17.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
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Feb 17, 2022
@dependabot merge
…On Thu, 17 Feb 2022 at 10:07, dependabot[bot] ***@***.***> wrote:
Bumps tokio <https://github.com/tokio-rs/tokio> from 1.16.1 to 1.17.0.
Release notes
*Sourced from tokio's releases
<https://github.com/tokio-rs/tokio/releases>.*
Tokio v1.17.0 1.17.0 (February 15, 2022)
This release updates the minimum supported Rust version (MSRV) to 1.49,
the mio dependency to v0.8, and the (optional) parking_lot dependency to
v0.12. Additionally, it contains several bug fixes, as well as internal
refactoring and performance improvements.
Fixed
- time: prevent panicking in sleep with large durations (#4495
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4495>)
- time: eliminate potential panics in Instant arithmetic on platforms
where Instant::now is not monotonic (#4461
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4461>)
- io: fix DuplexStream not participating in cooperative yielding (#4478
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4478>)
- rt: fix potential double panic when dropping a JoinHandle (#4430
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4430>)
Changed
- update minimum supported Rust version to 1.49 (#4457
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4457>)
- update parking_lot dependency to v0.12.0 (#4459
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4459>)
- update mio dependency to v0.8 (#4449
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4449>)
- rt: remove an unnecessary lock in the blocking pool (#4436
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4436>)
- rt: remove an unnecessary enum in the basic scheduler (#4462
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4462>)
- time: use bit manipulation instead of modulo to improve performance (
#4480
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4480>)
- net: use std::future::Ready instead of our own Ready future (#4271
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4271>)
- replace deprecated atomic::spin_loop_hint with hint::spin_loop (#4491
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4491>)
- fix miri failures in intrusive linked lists (#4397
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4397>)
Documented
- io: add an example for tokio::process::ChildStdin (#4479
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4479>)
Unstable
The following changes only apply when building with --cfg tokio_unstable:
- task: fix missing location information in tracing spans generated by
spawn_local (#4483
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4483>)
- task: add JoinSet for managing sets of tasks (#4335
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4335>)
- metrics: fix compilation error on MIPS (#4475
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4475>)
- metrics: fix compilation error on arm32v7 (#4453
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4453>)
#4495 <https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4495>:
tokio-rs/tokio#4495
<https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4495> #4461
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4461>:
tokio-rs/tokio#4461
<https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4461> #4478
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4478>:
tokio-rs/tokio#4478
<https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4478>
... (truncated)
Commits
- 43c224f
<tokio-rs/tokio@43c224f>
chore: prepare Tokio v1.17.0 release (#4504
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4504>)
- 8758965
<tokio-rs/tokio@8758965>
task: fix unstable API documentation notes (#4503
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4503>)
- 28b983c
<tokio-rs/tokio@28b983c>
time: use bit manipulation instead of modulo (#4480
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4480>)
- 0826f76
<tokio-rs/tokio@0826f76>
time: prevent panicking in sleep() with large durations (#4495
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4495>)
- 37917b8
<tokio-rs/tokio@37917b8>
rt: make JoinSet unstable (#4499
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4499>)
- 9a3ce91
<tokio-rs/tokio@9a3ce91>
util: fix waker update condition in CancellationToken (#4497
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4497>)
- 8fb15da
<tokio-rs/tokio@8fb15da>
Update to Mio v0.8
- ac0f894
<tokio-rs/tokio@ac0f894>
net: use std::future::ready instead of own Ready future (#4271
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4271>)
- 02141db
<tokio-rs/tokio@02141db>
replace spin_loop_hint with hint::spin_loop (#4491
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4491>)
- 62274b0
<tokio-rs/tokio@62274b0>
chore: update minimal mio requirement to 0.7.11 (#4492
<https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4492>)
- Additional commits viewable in compare view
<tokio-rs/tokio@tokio-1.16.1...tokio-1.17.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
------------------------------
You can view, comment on, or merge this pull request online at:
#55
Commit Summary
- 1caa928
<1caa928>
Bump tokio from 1.16.1 to 1.17.0
File Changes
(2 files <https://github.com/softdevca/mootranscode/pull/55/files>)
- *M* Cargo.lock
<https://github.com/softdevca/mootranscode/pull/55/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e>
(87)
- *M* Cargo.toml
<https://github.com/softdevca/mootranscode/pull/55/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542>
(2)
Patch Links:
- https://github.com/softdevca/mootranscode/pull/55.patch
- https://github.com/softdevca/mootranscode/pull/55.diff
—
Reply to this email directly, view it on GitHub
<#55>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR5U7REW67JR7S52UTHWV3U3U2N7ANCNFSM5OVOFXLA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps tokio from 1.16.1 to 1.17.0.
Release notes
Sourced from tokio's releases.
... (truncated)
Commits
43c224f
chore: prepare Tokio v1.17.0 release (#4504)8758965
task: fix unstable API documentation notes (#4503)28b983c
time: use bit manipulation instead of modulo (#4480)0826f76
time: prevent panicking in sleep() with large durations (#4495)37917b8
rt: makeJoinSet
unstable (#4499)9a3ce91
util: fix waker update condition inCancellationToken
(#4497)8fb15da
Update to Mio v0.8ac0f894
net: use std::future::ready instead of own Ready future (#4271)02141db
replace spin_loop_hint with hint::spin_loop (#4491)62274b0
chore: update minimal mio requirement to 0.7.11 (#4492)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)