Open
Conversation
fb960b3 to
ce7fbc8
Compare
ce7fbc8 to
f4c1dd0
Compare
d2100c9 to
c75ee03
Compare
165a111 to
43d6d37
Compare
8819e78 to
eaed6e8
Compare
6c431f0 to
2daa52a
Compare
7954d80 to
045a745
Compare
46f17e8 to
2c18eec
Compare
3d5c835 to
8a6622d
Compare
8a6622d to
0c0baaf
Compare
0c0baaf to
eeae155
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:
4.5.57→4.6.01.13.0→1.21.02.13.0→2.14.00.19→0.201.0.0→1.2.24.2.3→4.3.03.24.0→3.27.03.24.0→3.27.01.49.0→1.51.11.49.0→1.51.11.20.0→1.23.00.244→0.2460.52.0→0.55.08.4.0→8.5.1Release Notes
clap-rs/clap (clap)
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
extism/extism (extism)
v1.21.0Compare Source
What's Changed
Full Changelog: extism/extism@v1.20.0...v1.21.0
v1.20.0Compare Source
What's Changed
Breaking Changes
UserDatatype must be thread-safe when using it in a Pool implementation in Rust. Pools have never been formally considered part of the API, so similarly this is not fully considered a breaking change - but be aware that in some cases Rust users may need to update their code.Full Changelog: extism/extism@v1.13.0...v1.20.0
indexmap-rs/indexmap (indexmap)
v2.14.0Compare Source
hashbrowndependency to 0.17.map::Slicemethodsconst:new_mut,first_mut,last_mut,split_at_mut,split_at_mut_checked,split_first_mut,split_last_mutv2.13.1Compare Source
Slicemethodsconst:map::Slice::{first,last,split_at,split_at_checked,split_first,split_last}set::Slice::{first,last,split_at,split_at_checked,split_first,split_last}tqwewe/kameo (kameo)
v0.20.0Compare Source
@Janrupf made their first contribution in #309
@caniko made their first contribution in #312
@pawurb made their first contribution in #294
@camas made their first contribution in #287
@djmitche made their first contribution in #285
@bddap made their first contribution in #
@hnorkowski made their first contribution in #
Added
PanicReasonenum toPanicError</>Actor::next</>channels-console(#261) </>WeakActorRefTellRequest::send_afterfor delayed message delivery </>Changed
ActorStopReasonin shutdown result (#316)Removed
Syncbound fromsupervise_with</>Fixed
Actor::nextandActor::on_paniccalls </>PanicReason::NextvariantDocumentation
Misc
Infallibleerror typeruntimed/runtimed (nbformat)
v1.2.2Compare Source
v1.2.1Compare Source
v1.2.0Compare Source
v1.1.0Compare Source
owo-colors/owo-colors (owo-colors)
v4.3.0Compare Source
Fixed
scripts/directory are no longer published in the crate package. Thanks weiznich for your first contribution!Changed
Mark methods with
#[rust_analyzer::completions(ignore_flyimport)]and theOwoColorizetrait with#[rust_analyzer::completions(ignore_flyimport_methods)]. This prevents owo-colors methods from being completed with rust-analyzer unless theOwoColorizetrait is included.Unfortunately, this also breaks explicit autocomplete commands such as Ctrl-Space in many editors. (The language server protocol doesn't appear to have a way to differentiate between implicit and explicit autocomplete commands.) On balance we believe this is the right approach, but please do provide feedback on PR #141 if it negatively affects you.
Updated MSRV to Rust 1.81.
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.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)uuid-rs/uuid (uuid)
v1.23.0Compare Source
What's Changed
New Contributors
Special thanks
@meng-xu-cs raised a series of bugs against the timestamp logic in
uuidusing automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a betteruuidlibrary for everyone. Thanks!Deprecations
This release includes the following deprecations:
Context: Renamed toContextV1Timestamp::from_gregorian: Renamed toTimestamp::from_gregorian_timeChange to
Version::MaxVersion::Max'su8representation has changed from0xffto0x0fto match the value returned byUuid::get_version_num.Change to
Uuid::get_versionfor the max UUIDUuid::get_versionwill only returnSome(Version::Max)if the UUID is actually the max UUID (all bytes are0xff). Previously it would returnSomeif only the version field was0x0f. This change matches the behaviour of the nil UUID, which only returnsSome(Version::Nil)if the UUID is the nil UUID (all bytes are0x00).Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0
v1.22.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0
bytecodealliance/wit-bindgen (wit-bindgen)
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
zip-rs/zip2 (zip)
v8.5.1Compare Source
🚜 Refactor
v8.5.0Compare Source
🐛 Bug Fixes
zip64 commentand addzip64 extensible data sector(#747)🚜 Refactor
⚙️ Miscellaneous Tasks
Configuration
📅 Schedule: (UTC)
🚦 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.