chore(deps): update rust crate tokio to 1.20
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| tokio (source) | dev-dependencies | minor | 1.18 -> 1.20 |
| tokio (source) | dependencies | minor | 1.18 -> 1.20 |
Release Notes
tokio-rs/tokio
v1.20.0
v1.19.2
v1.19.1
v1.19.0
1.19.0 (June 3, 2022)
Added
- runtime: add
is_finishedmethod forJoinHandleandAbortHandle(#4709) - runtime: make global queue and event polling intervals configurable (#4671)
- sync: add
Notified::enable(#4705) - sync: add
watch::Sender::send_if_modified(#4591) - sync: add resubscribe method to broadcast::Receiver (#4607)
- net: add
take_errortoTcpSocketandTcpStream(#4739)
Changed
- io: refactor out usage of Weak in the io handle (#4656)
Fixed
- macros: avoid starvation in
join!andtry_join!(#4624)
Documented
- runtime: clarify semantics of tasks outliving
block_on(#4729) - time: fix example for
MissedTickBehavior::Burst(#4713)
Unstable
- metrics: correctly update atomics in
IoDriverMetrics(#4725) - metrics: fix compilation with unstable, process, and rt, but without net (#4682)
- task: add
#[track_caller]toJoinSet/JoinMap(#4697) - task: add
Builder::{spawn_on, spawn_local_on, spawn_blocking_on}(#4683) - task: add
consume_budgetfor cooperative scheduling (#4498) - task: add
join_set::Builderfor configuringJoinSettasks (#4687) - task: update return value of
JoinSet::join_one(#4726)
v1.18.2
1.18.2 (May 5, 2022)
Add missing features for the winapi dependency. (#4663)
v1.18.1
1.18.1 (May 2, 2022)
The 1.18.0 release broke the build for targets without 64-bit atomics when building with tokio_unstable. This release fixes that. (#4649)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 these updates again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Deploy Preview for hoard-docs ready!
| Name | Link |
|---|---|
| Latest commit | eb747892a9ffafdc4c1cecaa93761c66614b8ffd |
| Latest deploy log | https://app.netlify.com/sites/hoard-docs/deploys/6348d146fa695b00092edecb |
| Deploy Preview | https://deploy-preview-139--hoard-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Codecov Report
Merging #139 (eb74789) into main (ce0df1a) will decrease coverage by
0.10%. The diff coverage isn/a.
@@ Coverage Diff @@
## main #139 +/- ##
==========================================
- Coverage 90.62% 90.52% -0.11%
==========================================
Files 71 71
Lines 4970 4970
==========================================
- Hits 4504 4499 -5
- Misses 466 471 +5
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/checkers/history/last_paths.rs | 90.90% <0.00%> (-6.50%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.