freenet-core
freenet-core copied to clipboard
Bump tokio from 1.38.1 to 1.39.3
Bumps tokio from 1.38.1 to 1.39.3.
Release notes
Sourced from tokio's releases.
Tokio v1.39.3
1.39.3 (August 17th, 2024)
This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)
Tokio v1.39.2
1.39.2 (July 27th, 2024)
This release fixes a regression where the
select!macro stopped accepting expressions that make use of temporary lifetime extension. (#6722)Tokio v1.39.1
1.39.1 (July 23rd, 2024)
This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#6715)
Tokio v1.39.0
1.39.0 (July 23rd, 2024)
- This release bumps the MSRV to 1.70. (#6645)
- This release upgrades to mio v1. (#6635)
- This release upgrades to windows-sys v0.52 (#6154)
Added
- io: implement
AsyncSeekforEmpty(#6663)- metrics: stabilize
num_alive_tasks(#6619, #6667)- process: add
Command::as_std_mut(#6608)- sync: add
watch::Sender::same_channel(#6637)- sync: add
{Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count}(#6661)- sync: implement
Defaultforwatch::Sender(#6626)- task: implement
CloneforAbortHandle(#6621)- task: stabilize
consume_budget(#6622)Changed
- io: improve panic message of
ReadBuf::put_slice()(#6629)- io: read during write in
copy_bidirectionalandcopy(#6532)- runtime: replace
num_cpuswithavailable_parallelism(#6709)- task: avoid stack overflow when passing large future to
block_on(#6692)- time: avoid traversing entries in the time wheel twice (#6584)
- time: support
IntoFuturewithtimeout(#6666)- macros: support
IntoFuturewithjoin!andselect!(#6710)Fixed
... (truncated)
Commits
3d439abchore: prepare Tokio v1.39.3 (#6782)b2ea40bnet: add handling for abstract socket name (#6772)f602eaechore: prepare Tokio v1.39.2 (#6730)438def7macros: allow temporary lifetime extension in select (#6722)ee8d4d1chore: fix ci failures (#6725)3297052ci: test Quinn in CI (#6719)f8fe0ffchore: prepare Tokio v1.39.1 (#6716)47210a8time: revert "avoid traversing entries in the time wheel twice" (#6715)29545d9runtime: ignore many_oneshot_futures test for alt scheduler (#6712)48e35c1chore: release Tokio v1.39.0 (#6711)- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Superseded by #1213.