Conversation
28a9384 to
c82cc69
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.100→1.0.1022.1.2→2.2.14.5.56→4.6.13.8.3→3.8.63.5.2→3.5.50.7.5→0.7.60.115.0→0.129.00.115.0→0.129.00.115.0→0.129.00.115.0→0.129.00.115.0→0.129.03.1.3→3.1.40.4.44→0.4.453.24.0→3.27.01.49.0→1.52.23.1.4→3.3.00.9→0.100.41→0.570.244→0.2480.244→0.2480.244→0.248Release Notes
dtolnay/anyhow (anyhow)
v1.0.102Compare Source
v1.0.101Compare Source
assert-rs/assert_cmd (assert_cmd)
v2.2.1Compare Source
Internal
v2.2.0Compare Source
Compatibility
cargo_binbad paths to panicsv2.1.3Compare Source
Fixes
cargo_binclap-rs/clap (clap)
v4.6.1Compare Source
Fixes
v4.6.0Compare Source
Compatibility
v4.5.61Compare Source
Internal
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)napi-rs/napi-rs (napi)
v3.8.6Compare Source
Fixed
Other
v3.8.5Compare Source
Fixed
v3.8.4Compare Source
Fixed
illicitonion/num_enum (num_enum)
v0.7.6Compare Source
assert-rs/predicates-rs (predicates)
v3.1.4Compare Source
BoxPredicate::find_caseuse the innerfind_caseimplementationalexcrichton/tar-rs (tar)
v0.4.45Compare Source
Stebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.tokio-rs/tokio (tokio)
v1.52.2: Tokio v1.52.2Compare Source
1.52.2 (May 4th, 2026)
This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to its performance impact. (#8100)
v1.52.1: Tokio v1.52.1Compare Source
1.52.1 (April 16th, 2026)
Fixed
spawn_blockingto hang (#8057)v1.52.0: Tokio v1.52.0Compare Source
1.52.0 (April 14th, 2026)
Added
AioSource::register_borrowedfor I/O safety support (#7992)try_iofunction tounix::pipesender and receiver types (#8030)Added (unstable)
Builder::enable_eager_driver_handoffsetting enable eager hand off of the I/O and time drivers before polling tasks (#8010)trace_with()for customized task dumps (#8025)impl FnMut()intrace_withinstead of justfn()(#8040)io_uringinAsyncReadforFile(#7907)Changed
spawn_blockingscalability with sharded queue (#7757)compare_exchange_weak()in worker queue (#8028)Fixed
Documented
oneshot::Sender::senddocs (#8026)sync::watch(#8035)ConnectionRefusederrors with UDP sockets (#7870)v1.51.2: Tokio v1.51.1Compare Source
1.51.2 (May 4th, 2026)
This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to its performance impact. (#8100)
v1.51.1: Tokio v1.51.1Compare Source
1.51.1 (April 8th, 2026)
Fixed
SO_ERRORonrecvfor UDP sockets on Linux (#8001)Fixed (unstable)
worker_local_schedule_counttest (#8008)v1.51.0: Tokio v1.51.0Compare Source
1.51.0 (April 3rd, 2026)
Added
get_peer_credon Hurd (#7989)tokio::runtime::worker_index()(#7921)LocalRuntime(#7557)Changed
Fixed
notify_waiterspriority inNotify(#7996)Chan::recv_manywhen called with non-empty vector on closed channel (#7991)v1.50.0: Tokio v1.50.0Compare Source
1.50.0 (Mar 3rd, 2026)
Added
TcpStream::set_zero_linger(#7837)is_rt_shutdown_err(#7771)Changed
memchrreturns in-bounds pointer (#7792)write_buf(#7871)event_intervalis set to 0 (#7838)SetConsoleCtrlHandler(#7833)Registry(#7885)Fixed
AsyncFdregistration list on deregister (#7773)usedeclarations intokio::select!(#7929)GET_BUF_SIZEconstant fortarget_os = "android"(#7889)current_threadifbefore_parkdefers waker (#7835)block_in_place(#7879)num_idle_threadson shutdown (#7910, #7918, #7922)Unstable
Documented
AsyncWriteExt::shutdown()(#7908)AsyncWritedocumentation (#7875)Runtime::spawn(#7803)event_intervaldoc (#7932)recvreturnsNoneonce closed and no more messages (#7920)spawn_blockingvs dedicated threads (#7923)JoinHandlecompletion (#7825)None(#7869)Builder::spawn_local(#7828)algesten/ureq (ureq)
v3.3.0Compare Source
v3.2.1Compare Source
v3.2.0Compare Source
bytecodealliance/wac (wac-graph)
v0.10.0Compare Source
What's Changed
New Contributors
Full Changelog: bytecodealliance/wac@v0.9.0...v0.10.0
bytecodealliance/wit-bindgen (wit-bindgen)
v0.57.1Compare Source
What's Changed
asyncfeature ofwit-bindgen-rust-macrosby @alexcrichton in #1595Full Changelog: bytecodealliance/wit-bindgen@v0.57.0...v0.57.1
v0.57.0Compare Source
What's Changed
--enable-method-chainingfor the Rust generator. by @QuantumSegfault in #1586stdforasyncfeature by @alexcrichton in #1591New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.56.0...v0.57.0
v0.56.0Compare Source
What's Changed
New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.55.0...v0.56.0
v0.55.0Compare Source
What's Changed
--export-pkg-nameto Go options by @dicej in #1572--include-versionsoption to Go generator by @dicej in #1574New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.54.0...v0.55.0
v0.54.0Compare Source
What's Changed
New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.53.1...v0.54.0
v0.53.1Compare Source
What's Changed
New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.53.0...v0.53.1
v0.53.0Compare Source
What's Changed
--merge-structurally-equal-typesby @alexcrichton in #1531cargo binstallmetadata forwit-bindgen-cliby @alexcrichton in #1525is_structurally_equalby @alexcrichton in #1530New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.52.0...v0.53.0
v0.52.0Compare Source
What's Changed
Full Changelog: bytecodealliance/wit-bindgen@v0.51.0...v0.52.0
v0.51.0Compare Source
What's Changed
Full Changelog: bytecodealliance/wit-bindgen@v0.50.0...v0.51.0
v0.50.0Compare Source
What's Changed
backpressure.setbindings by @alexcrichton in #1449wit-bindgen-goby @dicej in #1447gofmton generated code if available by @dicej in #1457listby @azdle in #1442build.rsby @tomasol in #1444CallbackCode::Pollby @dicej in #1471New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.49.0...v0.50.0
v0.49.0Compare Source
What's Changed
wasm-component-ldfor tests by @alexcrichton in #1434StreamOpstrait by @alexcrichton in #1435Full Changelog: bytecodealliance/wit-bindgen@v0.48.1...v0.49.0
v0.48.1Compare Source
What's Changed
New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.48.0...v0.48.1
v0.48.0Compare Source
What's Changed
macrosfeature withasyncby @alexcrichton in #1408getby @chenyan2002 in #1406Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.