experiments
experiments copied to clipboard
Bump tokio from 1.12.0 to 1.13.1 in /rust/echo
Bumps tokio from 1.12.0 to 1.13.1.
Release notes
Sourced from tokio's releases.
Tokio v1.13.1
1.13.1 (November 15, 2021)
This release fixes a data race when sending and receiving on a closed
oneshotchannel (RUSTSEC-2021-0124).Fixed
- sync: fix a data race between
oneshot::Sender::sendand awaiting aoneshot::Receiverwhen the oneshot has been closed (#4226)Tokio v1.13.0
1.13.0 (October 29, 2021)
Fixed
- sync: fix
Notifyto clone the waker before locking its waiter list (#4129)- tokio: add riscv32 to non atomic64 architectures (#4185)
Added
- net: add
poll_{recv,send}_readymethods toudpanduds_datagram(#4131)- net: add
try_*,readable,writable,ready, andpeer_addrmethods to split halves (#4120)- sync: add
blocking_locktoMutex(#4130)- sync: add
watch::Sender::send_replace(#3962, #4195)- sync: expand
DebugforMutex<T>impl to unsizedT(#4134)- tracing: instrument time::Sleep (#4072)
- tracing: use structured location fields for spawned tasks (#4128)
Changed
- io: add assert in
copy_bidirectionalthatpoll_writeis sensible (#4125)- macros: use qualified syntax when polling in
select!(#4192)- runtime: handle
block_onwakeups better (#4157)- task: allocate callback on heap immediately in debug mode (#4203)
- tokio: assert platform-minimum requirements at build time (#3797)
Documented
- docs: conversion of doc comments to indicative mood (#4174)
- docs: add returning on the first error example for
try_join!(#4133)- docs: fixing broken links in
tokio/src/lib.rs(#4132)- signal: add example with background listener (#4171)
- sync: add more oneshot examples (#4153)
- time: document
Interval::tickcancel safety (#4152)
... (truncated)
Commits
2a3c803chore: prepare Tokio v1.13.1 (#4235)7d8de50oneshot: document UnsafeCell invariants (#4229)ab0e60dsync: fix racyUnsafeCellaccess on a closed oneshot (#4226)ac89d89chore: prepare Tokio v1.13.0 (#4196)e184205chore: prepare tokio-macros 1.6.0 (#4197)44a1aadtask: allocate callback on heap immediately in debug mode (#4203)75c0777sync: makewatch::send_replaceinfallible (#4195)268ed5etask: add more tips + links tospawn_blockingdocs (#4150)0c68b89codec: update stream impl for Framed to returnNoneafterErr(#4166)827694aci: fix nightly version for cirrus ci (#4200)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.