makeup
makeup copied to clipboard
build(deps): bump tokio from 1.39.1 to 1.41.0
Bumps tokio from 1.39.1 to 1.41.0.
Release notes
Sourced from tokio's releases.
Tokio v1.41.0
1.41.0 (Oct 22th, 2024)
Added
- metrics: stabilize
global_queue_depth(#6854, #6918)- net: add conversions for unix
SocketAddr(#6868)- sync: add
watch::Sender::sender_count(#6836)- sync: add
mpsc::Receiver::blocking_recv_many(#6867)- task: stabilize
Idapis (#6793, #6891)Added (unstable)
- metrics: add H2 Histogram option to improve histogram granularity (#6897)
- metrics: rename some histogram apis (#6924)
- runtime: add
LocalRuntime(#6808)Changed
- runtime: box futures larger than 16k on release mode (#6826)
- sync: add
#[must_use]toNotified(#6828)- sync: make
watchcooperative (#6846)- sync: make
broadcast::Receivercooperative (#6870)- task: add task size to tracing instrumentation (#6881)
- wasm: enable
cfg_fsforwasitarget (#6822)Fixed
- net: fix regression of abstract socket path in unix socket (#6838)
Documented
- io: recommend
OwnedFdwithAsyncFd(#6821)- io: document cancel safety of
AsyncFdmethods (#6890)- macros: render more comprehensible documentation for
joinandtry_join(#6814, #6841)- net: fix swapped examples for
TcpSocket::set_nodelayandTcpSocket::nodelay(#6840)- sync: document runtime compatibility (#6833)
#6793: tokio-rs/tokio#6793 #6808: tokio-rs/tokio#6808 #6810: tokio-rs/tokio#6810 #6814: tokio-rs/tokio#6814 #6821: tokio-rs/tokio#6821 #6822: tokio-rs/tokio#6822 #6826: tokio-rs/tokio#6826 #6828: tokio-rs/tokio#6828 #6833: tokio-rs/tokio#6833 #6836: tokio-rs/tokio#6836 #6838: tokio-rs/tokio#6838 #6840: tokio-rs/tokio#6840
... (truncated)
Commits
01e04dachore: prepare Tokio v1.41.0 (#6917)92ccaderuntime: fix stability feature flags for docs (#6909)fbfeb9ametrics: rename*_poll_count_*to*_poll_time_*(#6924)da745ffmetrics: add H2 Histogram option to improve histogram granularity (#6897)ce1c74fmetrics: fix deadlock in injection_queue_depth_multi_thread test (#6916)28c9a14metrics: renameinjection_queue_depthtoglobal_queue_depth(#6918)32e0b43ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (#6911)1656d8esync: addmpsc::Receiver::blocking_recv_many(#6867)c9e998eci: print the correct sort order of the dictionary on failure (#6905)512e9dert: add LocalRuntime (#6808)- 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)