Pin dependencies #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^18.0.15->18.0.15^18.0.6->18.0.6^2.0.0->2.0.01.0.58->1.0.664.0.0->4.0.164.0.0->4.0.160.1.56->0.1.580.5.6->0.5.170.3.6->0.3.716-alpine->19-alpine^18.2.0->18.2.0^18.2.0->18.2.01.5.5->1.6.01.60->1.641.0.68->1.0.871.0.31->1.0.371.0->1.210.3.3->0.3.4^4.6.4->4.7.41.1.2->1.2.1^3.0.0->3.0.2Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
dtolnay/anyhow
v1.0.66Compare Source
contextcall (#279)v1.0.65Compare Source
impl Provider for anyhow::Errorv1.0.64Compare Source
#[source] anyhow::Errorwith thiserror crate (#231)v1.0.63Compare Source
v1.0.62Compare Source
cargoinvocations with IDE builds (#261)v1.0.61Compare Source
v1.0.60Compare Source
--targetto rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)v1.0.59Compare Source
no-stdcategoryasync-graphql/async-graphql
v4.0.16CustomValidator<T>forF: Fn(&T) -> Result<(), E: Into<String>>validatorattribute toInputObjectmacro #1072v4.0.15SchemaBuilder::disable_suggestionsmethod to disable field suggestions. #1101v4.0.14v4.0.13bson-uuidfeature #1032no_cacheforcache_controlattribute #1051SDLExportOptions::include_specified_bymethod to enablespecifiedBydirective #1065v4.0.121.59.0@specifiedBydirective in SDL export #1041v4.0.11overridedirective on fields #1029@tagsupport #1038v4.0.10request.data(X)being lost in the resolver #1018@shareabledirective support #1025@inaccessibledirective support #1026v4.0.9on_connection_inittakesFnOnceinstead ofFn#1022v4.0.8v4.0.764.v4.0.632by default.v4.0.5rocket-0.5.0-rc.1torocket-0.5.0-rc.2forasync-graphql-rocket#968DefaultforStringNumber#980GuardforFnnameandinput_name#987v4.0.44.0.1to4.1.0prefer_single_line_descriptionsoption onSDLExportOptions#955v4.0.3ConectionTypeso nesting through edges isn't always needed. #952v4.0.2Edge::nodeto allow better testing. #933bigdecimalcrate. #926darlingfrom0.13.0to0.14.0#939v4.0.1UnionandOneofObjecton the same struct #1116dtolnay/async-trait
v0.1.58Compare Source
v0.1.57Compare Source
tokio-rs/axum
v0.5.17Compare Source
#[track_caller]so the errormessage points to where the user added the invalid router, rather than
somewhere internally in axum (#1248)
Multipartextractor work withRequestBodyLimitmiddleware (#1379)DefaultBodyLimit::maxfor changing the default body limit (#1397)v0.5.16Compare Source
Security
breaking: Added default limit to how much data
Bytes::from_requestwillconsume. Previously it would attempt to consume the entire request body
without checking its length. This meant if a malicious peer sent an large (or
infinite) request body your server might run out of memory and crash.
The default limit is at 2 MB and can be disabled by adding the new
DefaultBodyLimit::disable()middleware. See its documentation for moredetails.
This also applies to these extractors which used
Bytes::from_requestinternally:
FormJsonStringThanks to Shachar Menashe for reporting this vulnerability.
(#1346)
v0.5.15Compare Source
Note: This is a re-release of 0.5.14 that fixes an accidental breaking change.
QueryRejectionresponse. (#1171)v0.5.14Compare Source
Yanked, as it contained an accidental breaking change.
v0.5.13Compare Source
WebSocketUpgradecannot upgrade the connection it will return aWebSocketUpgradeRejection::ConnectionNotUpgradablerejection (#1135)WebSocketUpgradeRejectionhas a new variantConnectionNotUpgradablevariant (#1135)
v0.5.12Compare Source
debug_handlerwhich is an attribute macro that improvestype errors when applied to handler function. It is re-exported from
axum-macros(#1144)v0.5.11Compare Source
TryFrom<http:: Method>forMethodFilterand use newNoMatchingMethodFiltererror in case of failure (#1130)v0.5.10Compare Source
Routercheaper to clone (#1123)v0.5.9Compare Source
headersis enabled and theformfeature is disabled (#1107)
v0.5.8Compare Source
Forwardedheader inHostextractor (#1078)
IntoResponseforForm(#1095)v0.5.7Compare Source
DefaultforExtension(#1043)Vec<(String, String)>inextract::Path<_>to get vector ofkey/value pairs (#1059)
extract::ws::close_codewhich contains constants for close codes (#1067)impl IntoResponseless in docs (#1049)nodejs/node
v19Moved to doc/changelogs/CHANGELOG_IOJS.md#1.6.0.
v18Moved to doc/changelogs/CHANGELOG_IOJS.md#3.1.0.
v17Moved to doc/changelogs/CHANGELOG_V5.md#5.1.0.
rust-lang/regex
v1.6.0Compare Source
==================
This release principally includes an upgrade to Unicode 14.
New features:
Clarify that
Captures::lenincludes all groups, not just matching groups.Add an
ExactSizeIteratorimpl forSubCaptureMatches.Improve
RegexSetdocumentation examples.Upgrade to Unicode 14.
Bug fixes:
Fix error message rendering bug.
v1.5.6Compare Source
==================
This release includes a few bug fixes, including a bug that produced incorrect
matches when a non-greedy
?operator was used.Fixes a bug where
[[:alnum:][:^ascii:]]dropped[:alnum:]from the class.Fixes a bug where
Hir::is_match_emptyreturnedfalsefor\b.Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.
serde-rs/json
v1.0.87Compare Source
write_i128andwrite_u128methods toserde_json::Formatterto control the formatting of 128-bit integers (#940, thanks @Lucretiel)v1.0.86Compare Source
arbitrary_precisionfeature even in no-std mode (#928, thanks @kvinwang)v1.0.85Compare Source
DisplayforNumberproduce the same representation as serializing (#919)v1.0.84Compare Source
Debugimpl ofserde_json::Valuemore compact (#918)v1.0.83Compare Source
v1.0.82Compare Source
From<Option<T>>for serde_json::Value whereT: Into<Value>(#900, thanks @kvnvelasco)v1.0.81Compare Source
indexmap/autocfgnot always properly detecting whether astdsysroot crate is available (#885, thanks @cuviper)v1.0.80Compare Source
v1.0.79Compare Source
RawValuedeserialization to propagate\uescapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#830, thanks @lucacasonato)v1.0.78Compare Source
&RawValuein map key position, which would previously fail with "invalid type: newtype struct" (#851)v1.0.77Compare Source
stdnorallocfeature enabledv1.0.76Compare Source
raw_valueandallocare enabled whilestdis disabled (#850)v1.0.75Compare Source
v1.0.74Compare Source
v1.0.73Compare Source
itoadependency to 1.0v1.0.72Compare Source
\u-encoded lone surrogates when deserializing into a byte string (#828, #829, thanks @lucacasonato)v1.0.71Compare Source
v1.0.70Compare Source
serde_json::Map::retainmethod (#822, thanks @deankarn)v1.0.69Compare Source
dtolnay/thiserror
v1.0.37Compare Source
v1.0.36Compare Source
v1.0.35Compare Source
providemethods in scope" error when the caller has both std::error::Error and std::any::Provide traits in scope (#185)v1.0.34Compare Source
v1.0.33Compare Source
v1.0.32Compare Source
tokio-rs/tokio
v1.21.2Compare Source
1.21.2 (September 27, 2022)
This release removes the dependency on the
once_cellcrate to restore the MSRV of 1.21.x, which is the latest minor version at the time of release. (#5048)v1.21.1Compare Source
1.21.1 (September 13, 2022)
Fixed
LocalSetDrop (#4976)v1.21.0Compare Source
1.21.0 (September 2, 2022)
This release is the first release of Tokio to intentionally support WASM. The
sync,macros,io-util,rt,timefeatures are stabilized on WASM. Additionally the wasm32-wasi target is given unstable support for thenetfeature.Added
deviceandbind_devicemethods to TCP/UDP sockets (#4882)tosandset_tosmethods to TCP and UDP sockets (#4877)ServerOptions(#4845)mpsc::Sender::max_capacitymethod (#4904)mpsc::Sender(#4595)LocalSet::enter(#4765)JoinSetandAbortHandle(#4920)track_callerto public APIs (#4805, #4848, #4852)wasm32-wasitarget (#4716)Fixed
linked_list::Linkimpls (#4841)#[must_use]to lock guards (#4886)recvon closed and reopened broadcast channel (#4867)Changed
File::start_seek(#4897)poll_read(#4840)SignalKindmethods const (#4956)Internal changes
basic_scheduler::Config(#4935)runtimemodule (#4942)Documented
AsyncSeekExt::rewinddocs (#4893)try_read()for zero-length buffers (#4937)Builder::worker_threads(#4849)watch::Sender::sendimproved (#4959)JoinHandle(#4901)spawn_blocking(#4811)Interval::tickhappens immediately (#4951)Unstable
Builder::spawn_on(#4953)task::Builder::spawn*methods fallible (#4823)v1.20.2Compare Source
1.20.2 (September 27, 2022)
This release removes the dependency on the
once_cellcrate to restore the MSRV of the 1.20.x LTS release. (#5048)v1.20.1Compare Source
1.20.1 (July 25, 2022)
Fixed
v1.20.0Compare Source
1.20.0 (July 12, 2022)
Added
has_changedmethod towatch::Ref(#4758)Changed
src/time/driver/wheel/stack.rs(#4766)Fixed
Documented
Unstable
join_onetojoin_next(#4755)v1.19.2Compare Source
1.19.2 (June 6, 2022)
This release fixes another bug in
Notified::enable. (#4751)v1.19.1Compare Source
1.19.1 (June 5, 2022)
This release fixes a bug in
Notified::enable. (#4747)v1.19.0Compare Source
1.19.0 (June 3, 2022)
Added
is_finishedmethod forJoinHandleandAbortHandle(#4709)Notified::enable(#4705)watch::Sender::send_if_modified(#4591)take_errortoTcpSocketandTcpStream(#4739)Changed
Fixed
join!andtry_join!(#4624)Documented
block_on(#4729)MissedTickBehavior::Burst(#4713)Unstable
IoDriverMetrics(#4725)#[track_caller]toJoinSet/JoinMap(#4697)Builder::{spawn_on, spawn_local_on, spawn_blocking_on}(#4683)consume_budgetfor cooperative scheduling (#4498)join_set::Builderfor configuringJoinSettasks (#4687)JoinSet::join_one(#4726)v1.18.3Compare Source
1.18.3 (September 27, 2022)
This release removes the dependency on the
once_cellcrate to restore the MSRV of the 1.18.x LTS release. (#5048)v1.18.2Compare Source
1.18.2 (May 5, 2022)
Add missing features for the
winapidependency. (#4663)v1.18.1Compare Source
1.18.1 (May 2, 2022)
The 1.18.0 release broke the build for targets without 64-bit atomics when building with
tokio_unstable. This release fixes that. (#4649)v1.18.0Compare Source
1.18.0 (April 27, 2022)
This release adds a number of new APIs in
tokio::net,tokio::signal, andtokio::sync. In addition, it adds new unstable APIs totokio::task(Idsfor uniquely identifying a task, and
AbortHandlefor remotely cancelling atask), as well as a number of bugfixes.
Fixed
#[track_caller]forspawn_blocking(#4616)selectmacro to process 64 branches (#4519)try_iomethods not calling Mio'stry_iointernally (#4582)Added
UdpSocket::peer_addr(#4611)try_read_bufmethod for named pipes (#4626)SignalKindHash/Eqimpls andc_intconversion (#4540)SIGRTMAX(#4555)watch::Sender::send_modifymethod (#4310)broadcast::Receiver::lenmethod (#4542)watch::Receiver::same_channelmethod (#4581)CloneforRecvErrortypes (#4560)Changed
mioto 0.8.1 (#4582)tokio::select!'s internalutilmodule (#4543)Vec::with_capacitywhen building runtime (#4553)Documented
tokio_unstable(#4524)Handle::current's docs to mentionEnterGuard(#4567)Signal::recvis cancel-safe (#4634)UnboundedReceiverclose docs (#4548)Unstable
The following changes only apply when building with
--cfg tokio_unstable:task::Idtype (#4630)AbortHandletype for cancelling tasks in aJoinSet(#4530],[#4640)
doc(cfg(...))attributes forJoinSet(#4531)AbortHandleRustDoc (#4545)v1.17.0Compare Source
1.17.0 (February 15, 2022)
This release updates the minimum supported Rust version (MSRV) to 1.49,
the
miodependency to v0.8, and the (optional)parking_lotdependency to v0.12. Additionally, it contains several bug fixes, as
well as internal refactoring and performance improvements.
Fixed
sleepwith large durations (#4495)Instantarithmetic on platformswhere
Instant::nowis not monotonic (#4461)DuplexStreamnot participating in cooperative yielding(#4478)
JoinHandle(#4430)Changed
parking_lotdependency to v0.12.0 (#4459)miodependency to v0.8 (#4449)(#4480)
std::future::Readyinstead of our ownReadyfuture(#4271)
atomic::spin_loop_hintwithhint::spin_loop(#4491)
Documented
tokio::process::ChildStdin(#4479)Unstable
The following changes only apply when building with
--cfg tokio_unstable:tracingspans generated byspawn_local(#4483)JoinSetfor managing sets of tasks (#4335)v1.16.1Compare Source
1.16.1 (January 28, 2022)
This release fixes a bug in #4428 with the change #4437.
v1.16.0Compare Source
Fixes a soundness bug in
io::Take(#4428). The unsoundness is exposed whenleaking memory in the given
AsyncReadimplementation and then overwriting thesupplied buffer:
Also, this release includes improvements to the multi-threaded scheduler that
can increase throughput by up to 20% in some cases (#4383).
Fixed
io::Takein edge case (#4428)File::writeresults in awritesyscall when the runtime shuts down (#4316)wait_with_output(#4315)Sendfromparking_lot::*Guard(#4359)Added
TcpSocket::linger()andset_linger()(#4324)UnwindSafefor socket types (#4384)UnwindSafeforJoinHandle(#4418)watch::Receiver::has_changed()(#4342)oneshot::Receiver::blocking_recv()(#4334)RwLockblocking operations (#4425)Unstable
The following changes only apply when building with
--cfg tokio_unstablev1.15.0Compare Source
Fixed
io::empty()(#4300)Changed
Added
Interval::reset()(#4248)AsyncFdReadyGuard(#4267)Command::as_std()(#4295)Added (unstable)
tokio::synctypes (#4302)v1.14.1Compare Source
This release backports a bug fix from 1.16.1
Fixes a soundness bug in
io::Take(#4428). The unsoundness is exposed whenleaking memory in the given
AsyncReadimplementation and then overwriting thesupplied buffer:
Fixed
io::Takein edge case (#4428)v1.14.0Compare Source
1.14.0 (November 15, 2021)
Fixed
mutpatterns inselect!(#4211)oneshot::Sender::sendand awaiting aoneshot::Receiverwhen the oneshot has been closed (#4226)AtomicWakerpanic safe (#3689)(#4213)
Added
RuntimeStats::busy_duration_total(#4179, #4223)Changed
copybuffer size to matchstd::io::copy(#4209)Documented
v1.13.1Compare Source
1.13.1 (November 15, 2021)
This release fixes a data race when sending and receiving on a
closed
oneshotchannel (RUSTSEC-2021-0124).Fixed
oneshot::Sender::sendand awaiting aoneshot::Receiverwhen the oneshot has been closed (#4226)v1.13.0Compare Source
1.13.0 (October 29, 2021)
Fixed
Notifyto clone the waker before locking its waiter list (#4129)Added
poll_{recv,send}_readymethods toudpanduds_datagram(#4131)try_*,readable,writable,ready, andpeer_addrmethods to split halves (#4120)blocking_locktoMutex(#4130)watch::Sender::send_replace(#3962, #4195)DebugforMutex<T>impl to unsizedT(#4134)Changed
copy_bidirectionalthatpoll_writeis sensible (#4125)select!(#4192)block_onwakeups better (#4157)Documented
try_join!(#4133)tokio/src/lib.rs(#4132)Interval::tickcancel safety (#4152)v1.12.0Compare Source
1.12.0 (September 21, 2021)
Fixed
try_reserveerror is consistent withtry_send(#4119)spin_loop_hintinstead ofyield_now(#4115)SendErrorfield public (#4097)Added
AsyncSeekExt::rewind(#4107)block_onfutures (#4094)try_recvfor mpsc channels (#4113)Changed
LocalSetwhen using macro (#4027)Documented
poll_recv(#4117)PollSenderimplsSink(#4110)yield_now(#4091)v1.11.0Compare Source
1.11.0 (August 31, 2021)
Fixed
fill_bufby not callingpoll_fill_buftwice (#4084)Added
watch::Sender::subscribe(#3800)from_stdtoChildStd*(#4045)Changed
Documented
v1.10.1Compare Source
1.10.1 (August 24, 2021)
Fixed
v1.10.0Compare Source
1.10.0 (August 12, 2021)
Added
(read|write)_f(32|64)[_le]methods (#4022)fill_bufandconsumetoAsyncBufReadExt(#3991)Child::raw_handle()on windows (#3998)Fixed
--cfg docsrs(#4020)io::copy(#4001)spin_loop_hintinstead ofyield_nowin mpsc (#4037)Changes
Documented
AsyncBufReadExt(#3997)watch::sendfails (#4021)v1.9.0Compare Source
1.9.0 (July 19, 2021)
Added
TcpStream(#3888)TaskLocal::scope(#3273)Fixed
LocalSet(#3978)Changes
OnceCell(#3945)JoinError(#3959)v1.8.5Compare Source
This release backports a bug fix from 1.16.1
Fixes a soundness bug in
io::Take(#4428). The unsoundness is exposed whenleaking memory in the given
AsyncReadimplementation and then overwriting thesupplied buffer:
Fixed
io::Takein edge case (#4428)v1.8.4Compare Source
1.8.4 (November 15, 2021)
This release backports a bugfix for a data race when sending and receiving on a
closed
oneshotchannel ([RUSTSEC-2021-0124]) from v1.13.1.Fixed
oneshot::Sender::sendand awaiting aoneshot::Receiverwhen the oneshot has been closed (#4226)v1.8.3Compare Source
1.8.3 (July 22, 2021)
This release backports two fixes from 1.9.0
Fixed
LocalSet(#3978)v1.8.2Compare Source
Fixes a missed edge case from 1.8.1.
Fixed
v1.8.1Compare Source
Forward ports 1.5.1 fixes.
Fixed
JoinHandle::abort(#3934)v1.8.0Compare Source
1.8.0 (July 2, 2021)
Added
get_{ref,mut}methods toAsyncFdReadyGuardandAsyncFdReadyMutGuard(#3807)BufWriter(#3163)NamedPipe{Client,Server}(#3866, #3899)watch::Receiver::borrow_and_update(#3813)From<T>forOnceCell<T>(#3877)Added (unstable)
tokio::task::Builder(#3881)Fixed
UnixStream(#3898)Documented
v1.7.3Compare Source
Fixes a missed edge case from 1.7.2.
Fixed
v1.7.2Compare Source
Forward ports 1.5.1 fixes.
Fixed
JoinHandle::abort(#3934)v1.7.1Compare Source
Fixed
v1.7.0Compare Source
1.7.0 (June 15, 2021)
Added
TcpSocketfromstd::net::TcpStreamconversion (#3838)receiver_counttowatch::Sender(#3729)sync::notify::Notifiedfuture publicly (#3840)Fixed
clippy::default_numeric_fallbacklint in generated code (#3831)mpsc::RecvErrortype (#3833)Documented
AsyncReadExt::read_buf(#3850)AsyncWrite::poll_write(#3820)v1.6.4Compare Source
Fixes a missed edge case from 1.6.3.
Fixed
v1.6.3Compare Source
Forward ports 1.5.1 fixes.
Fixed
JoinHandle::abort(#3934)v1.6.2Compare Source
Fixes
time:advanceregression introduced in 1.6 (#3852)v1.6.1Compare Source
This release reverts #3518 because it doesn't work on some kernels due to
a kernel bug. (#3803)
v1.6.0Compare Source
1.6.0 (May 14, 2021)
Added
write_all_buftoAsyncWriteExt(#3737)AsyncSeekforBufReader,BufWriter, andBufStream(#3491)mpsc::Sender::{reserve_owned, try_reserve_owned}(#3704)MutexGuard::mapmethod that returns aMappedMutexGuard(#2472)Fixed
DuplexStreamclose (#3756)std::os::raw::c_intinstead oflibc::c_inton public API (#3774)notify_waiters(#3660)JoinHandlepanic message (#3727)time::advancefrom going too far (#3712)Documented
net::unix::datagrammodule from docs (#3775)Barrierdoc should use task, not thread (#3780)block_in_place(#3753)v1.5.1Compare Source
Fixed
JoinHandle::abort(#3934)v1.5.0Compare Source
1.5.0 (April 12, 2021)
Added
AsyncSeekExt::stream_position(#3650)AsyncWriteExt::write_vectored(#3678)copy_bidirectionalutility (#3572)IntoRawFdforTcpSocket(#3684)OnceCell(#3591)OwnedRwLockReadGuardandOwnedRwLockWriteGuard(#3340)Semaphore::is_closed(#3673)mpsc::Sender::capacity(#3690)RwLockmax reads (#3644)sync_scopeforLocalKey(#3612)Fixed
noaliasattributes on intrusive linked list (#3654)JoinHandle::abort()when called from other threads (#3672)oneshot::try_recv(#3674)Semaphorepermit overflow calculation (#3644)Documented
AsyncFd(#3635){Handle,Runtime}::block_on(#3628)Semaphoreis fair (#3693)v1.4.0Compare Source
Added
select!(#3603)Handle::block_on(#3569)Fixed
block_onfuture (#3582)EnterGuardwithmust_use(#3609)Documented
PollSender(#3613)MutexFIFO explanation (#3615)v1.3.0Compare Source
Added
unconstrained()opt-out (#3547)into_stdfor net types without it (#3509)same_channelmethod tompsc::Sender(#3532){try_,}acquire_many_ownedtoSemaphore(#3535)RwLockWriteGuard::mapandRwLockWriteGuard::try_map(#3348)Fixed
oneshot::Receiver::closeafter successfultry_recv(#3552)timeout(Duration::MAX)(#3551)Documented
read_until(#3536)AsyncRead::poll_readdoc (#3557)UdpSocketsplitting doc (#3517)LocalSetonnew_current_thread(#3508)join_allforBarrier(#3514)oneshot(#3592)notifytonotify_one(#3526)Sleepdoc (#3515)interval.rsandtime/mod.rsdocs (#3533)v1.2.0Compare Source
Added
Signal::poll_recvmethod public (#3383)Fixed
test-utilpaused time fully deterministic (#3492)Documented
v1.1.1Compare Source
Forward ports 1.0.3 fix.
Fixed
v1.1.0Compare Source
Added
try_read_bufandtry_recv_buf(#3351)Sender::try_reservefunction (#3418)RwLocktry_readandtry_writemethods (#3400)ReadBuf::inner_mut(#3443)Changed
select!error message (#3352)read_to_end(#3426)Fixed
LocalSetonspawn_local(#3369)Documented
Streamwrappers intokio-stream(#3343)test-utilfeature is not enabled with full (#3397)AsyncFddocs about changes of the inner fd (#3430)Sleepis notUnpin(#3457)PollSemaphore(#3456)LocalSetexample (#3438)mpscdocumentation (#3458)v1.0.3Compare Source
Fixed
v1.0.2Compare Source
Fixed
read_to_end(#3428).tower-rs/tower-http
v0.3.4Compare Source
Added
Timeoutmiddleware (#270)RequestBodyLimitmiddleware (#271)uuid-rs/uuid
v1.2.1Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1
v1.2.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.
9a1af285fbtoadab603511