fix(deps): update rust-minor#66
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
2 times, most recently
from
February 9, 2026 21:29
fb960b3 to
ce7fbc8
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
from
February 10, 2026 20:33
ce7fbc8 to
f4c1dd0
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
6 times, most recently
from
February 18, 2026 18:33
d2100c9 to
c75ee03
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
5 times, most recently
from
February 25, 2026 00:43
165a111 to
43d6d37
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
4 times, most recently
from
March 7, 2026 03:02
8819e78 to
eaed6e8
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
4 times, most recently
from
March 16, 2026 16:55
6c431f0 to
2daa52a
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
3 times, most recently
from
March 26, 2026 22:33
7954d80 to
045a745
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
2 times, most recently
from
March 31, 2026 21:21
46f17e8 to
2c18eec
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
3 times, most recently
from
April 17, 2026 18:00
1b909c6 to
680360b
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
4 times, most recently
from
April 28, 2026 19:10
3fe95ff to
690ffa9
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
4 times, most recently
from
May 8, 2026 14:43
d75e119 to
b1d76b3
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
2 times, most recently
from
May 21, 2026 18:13
3aeea73 to
c48b3aa
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
4 times, most recently
from
June 4, 2026 17:08
e1c53a9 to
2cd12f9
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
7 times, most recently
from
June 14, 2026 22:16
5a99c81 to
07807d5
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
4 times, most recently
from
June 21, 2026 12:43
4e19bae to
1d5ac9d
Compare
renovate
Bot
force-pushed
the
renovate/rust-minor
branch
from
June 23, 2026 21:44
1d5ac9d to
66ceffc
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:
0.12→0.134.5.57→4.6.20.22→0.230.22→0.231.13.0→1.30.02.13.0→2.14.00.19→0.221.0.0→1.2.24.2.3→4.3.01.12.3→1.13.10.10→0.133.24.0→3.27.03.24.0→3.27.00.34→0.351.49.0→1.53.01.49.0→1.53.03.2.0→3.5.51.20.0→1.24.00.244→0.2530.52.0→0.59.08.4.0→8.6.0Release Notes
zesterer/chumsky (chumsky)
v0.13.0Added
select!andselect_ref!now support cfg attributes.as_terminalandas_non_terminalon labels that will hide the internals for the debug infoRichReasoncan now be provided with an arbitraryRichReason::Customtype parameterConfigParserforOneOfRich::map_spanParser::map_err_withParser::filter_mapRemoved
spinandsyncfeature flagsChanged
Displayimpl to render labels with instead ofDebugCacheAPI due to soundness issuesDefaultExpected::NothingElseto allow parsers that can never succeed to generate correct errorsContainertrait in favour of std'sFromIterator, allowing.collect()to work with a greater range of typesFixed
Labelled->LabelledWithconversion now carries over the proper debug settingsDefaultExpected::into_ownednow has more permissive lifetime constraintsclap-rs/clap (clap)
v4.6.2Compare Source
Fixes
aliaswhen there is only onev4.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
cucumber-rs/cucumber (cucumber)
v0.23.0Compare Source
Diff | Milestone
BC Breaks
Changed
gherkin] crate to 0.16 version. (0d544772)And-like andBut-like keywords at the beginning ofScenario, automatically considering them asGiven-type steps. (gherkin#53)extism/extism (extism)
v1.30.0Compare Source
What's Changed
New Contributors
Full Changelog: extism/extism@v1.21.0...v1.30.0
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.22.2Compare Source
Fixed
actor.handle_messagea root span linked toactor.lifecycle(#382) </>Documentation
ActorStopReason::Panickedcovers hook errors, addPanicError::is_panic(#375) </>v0.22.1Compare Source
Misc
v0.22.0Compare Source
Added
ctx.pipeandctx.pipe_withfor pipe-to-self (#360) </>Changed
ActorRefcloning a singleArcclone (#365) </>Fixed
Documentation
v0.21.1Compare Source
Added
Changed
Fixed
Misc
v0.21.0Compare Source
@npry made their first contribution in #340
@manuelarte made their first contribution in #342
@getong made their first contribution in #339
@marcoradocchia made their first contribution in #338
@CleverWild made their first contribution in #321
Added
SendError(#338)clippy::pedantic(#321)Fixed
ActorReflifecycle methods, catch panics in actor shutdown (#340)Documentation
Misc
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.
rust-lang/regex (regex)
v1.13.1Compare Source
===================
This is a release that fixes a bug where incorrect regex match offsets could be
reported. Note that this doesn't impact whether a match occurs or not, just
where it occurs. The match offsets are still valid for slicing, they just may
not refer to the correct leftmost-first match. See
#1364 for (many) more details.
Bug fixes:
Fixes previously unsound reverse suffix and inner optimizations.
v1.13.0Compare Source
===================
This release includes a new API, a
regex!macro, for lazy compilation ofa regex from a string literal. If you use regexes a lot, it's likely you've
already written one exactly like it. The new macro can be used like this:
Improvements:
Add a new
regex!macro for efficient and automatic reuse of a compiled regex.v1.12.4Compare Source
===================
This release includes a performance optimization for compilation of regexes
with very large character classes.
Improvements:
Avoid re-canonicalizing the entire interval set when pushing new class ranges.
moonrepo/starbase (starbase)
v0.13.1Compare Source
v0.13.0Compare Source
v0.12.3Compare Source
v0.12.2Compare Source
v0.12.1Compare Source
v0.12.0Compare Source
v0.11.4Compare Source
v0.11.3Compare Source
v0.11.2Compare Source
v0.11.1Compare Source
v0.11.0Compare Source
v0.10.10Compare 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.Canop/termimad (termimad)
v0.35.1v0.35.0-and+and not just*CompoundStyle,LineStyle, andStyledCharare nowCopytokio-rs/tokio (tokio)
v1.53.0: Tokio v1.53.0Compare Source
1.53.0 (July 17th, 2026)
Added
From<OwnedFd>andFrom<OwnedHandle>forFile(#8266)SocketAddrmethods to Unix sockets (#8144)Changed
#[inline]to IO trait impls for in-memory types (#8242)mpsc::{Receiver,UnboundedReceiver}now drops waker on drop, even if there are still senders (#8095)#[track_caller]totimeout_at()(#8077)Sleep(#8132)Fixed
Chain(#8251)FastRand(#8078)reserve[_many]returns permits (#8260)Trace::capture/Trace::trace_with(#8043).reset()(#8169)IO uring (unstable)
fs::try_exists(#8080)Documented
create_dir_allsucceeds if path exists (#8149)try_read*/try_write*readiness behavior (#8032)yield_nowdefers its waker (#8254)timeout_at()(#8077)v1.52.4: Tokio v1.52.4Compare Source
1.52.4 (July 16th, 2026)
Fixed
before_parkschedules work (#8222)Fixed (unstable)
v1.52.3: Tokio v1.52.3Compare Source
1.52.3 (May 8th, 2026)
Fixed
len()(#8062)OwnedPermit::release()method (#8075)RwLockhasmax_readers != 0(#8076)Emptyfromtry_recv()when mpsc is closed with outstanding permits (#8074)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.4: Tokio v1.51.4Compare Source
1.51.4 (July 16th, 2026)
Fixed
before_parkschedules work (#8222)v1.51.3: Tokio v1.51.3Compare Source
1.51.3 (May 8th, 2026)
Fixed
len()(#8062)OwnedPermit::release()method (#8075)RwLockhasmax_readers != 0(#8076)Emptyfromtry_recv()when mpsc is closed with outstanding permits (#8074)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)jdx/usage (usage-lib)
v3.5.5Compare Source
🐛 Bug Fixes
📚 Documentation
🧪 Testing
🔍 Other Changes
v3.5.4Compare Source
🐛 Bug Fixes
🔍 Other Changes
📦️ Dependency Updates
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.