basic-http-server
basic-http-server copied to clipboard
Bump tokio from 0.2.0-alpha.6 to 1.18.5
Bumps tokio from 0.2.0-alpha.6 to 1.18.5.
Release notes
Sourced from tokio's releases.
Tokio v1.18.3
1.18.3 (September 27, 2022)
This release removes the dependency on the
once_cellcrate to restore the MSRV of the 1.18.x LTS release. (#5048)Tokio v1.18.2
1.18.2 (May 5, 2022)
Add missing features for the
winapidependency. (#4663)Tokio 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)Tokio v1.18.0
1.18.0 (April 27, 2022)
This release adds a number of new APIs in
tokio::net,tokio::signal, andtokio::sync. In addition, it adds new unstable APIs totokio::task(Ids for uniquely identifying a task, andAbortHandlefor remotely cancelling a task), as well as a number of bugfixes.Fixed
- blocking: add missing
#[track_caller]forspawn_blocking(#4616)- macros: fix
selectmacro to process 64 branches (#4519)- net: fix
try_iomethods not calling Mio'stry_iointernally (#4582)- runtime: recover when OS fails to spawn a new thread (#4485)
Added
- net: add
UdpSocket::peer_addr(#4611)- net: add
try_read_bufmethod for named pipes (#4626)- signal: add
SignalKindHash/Eqimpls andc_intconversion (#4540)- signal: add support for signals up to
SIGRTMAX(#4555)- sync: add
watch::Sender::send_modifymethod (#4310)- sync: add
broadcast::Receiver::lenmethod (#4542)- sync: add
watch::Receiver::same_channelmethod (#4581)- sync: implement
CloneforRecvErrortypes (#4560)Changed
... (truncated)
Commits
171ce0fchore: prepare Tokio v1.18.5 released6ea7a7AddT: Unpinbound to ReadHalf::unsplit9241c3echore: prepare Tokio v1.18.4 release699573dnet: fix named pipes server configuration builder5c76d07chore: prepare Tokio v1.18.3 (#5051)05e6614chore: don't useonce_cellfor 1.18.x LTS release (#5048)7aa1566chore: prepare Tokio v1.18.27c8e552windows: add features for winapi (#4663)148bea8tokio: prepare Tokio v1.18.1 (#4650)dc54aecmetrics: use mockedAtomicU64in IO metrics driver (#4649)- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.