fix(deps): update all dependencies #10
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:
1.0.98->1.0.1004.5.37->4.5.530.3.2->0.3.36.3.4->6.5.02.9.0->2.13.00.7->0.81.0.140->1.0.1451.44.2->1.48.02.5.4->2.5.71.16.0->1.19.0Release Notes
dtolnay/anyhow (anyhow)
v1.0.100Compare Source
bail!,ensure!,anyhow!(#426)v1.0.99Compare Source
clap-rs/clap (clap)
v4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helpv4.5.41Compare Source
Features
Styles::contextandStyles::context_valueto customize the styling of[default: value]like notes in the--helpv4.5.40Compare Source
Features
arg!()macro (e.g.arg!("check-config": ...))v4.5.39Compare Source
Fixes
v4.5.38Compare Source
Fixes
--or-rust-lang/glob (glob)
v0.3.3Compare Source
kdl-org/kdl-rs (kdl)
v6.5.0Compare Source
Features
Bug Fixes
v6.4.0This is a very exciting release, because it removes
synfrom cratedependencies, as part of facilitating
facet-kdl, which adds very fastsupport for a Serde-like system!
Features
kdl-rsofsyn(#125) (439aa63b)Bug Fixes
spanfeature disabled (#120) (c904e025)Miscellaneous Tasks
mitsuhiko/minijinja (minijinja)
v2.13.0Compare Source
|sortfilter. #827formatfilter andstr.formatmethod for pycompat. #835not undefinedwith strict undefined behavior. #838setLoaderandsetPathJoinCallbackto the JavaScript bindings. #842v2.12.0Compare Source
|zipfilter. #818break_on_hyphensfor the|wordwrapfilter. #823unknown_method_callback. #824.jinjaand.jinja2as extensions in auto escape. #832v2.11.0Compare Source
strings in the
|joinfilter. This was inconsistent withJinja2 and the filter itself for undefineds in other
positions. #794
rangefunction and changerange to
isize. #799isizeas argument type. #799\xescape sequences in stringsas well as octals. #805
|chainfilter. #807v2.10.2Compare Source
next-generation trait resolver to fail. #787
v2.10.1Compare Source
v2.10.0Compare Source
--outputis used in the CLI. #772mj_err_get_debug_infoto the C-ABI. #775means that if you do
{% import 'template.j2' as x %}and youthen render
{{ x }}the output oftemplate.j2is rendered asif it was included. #778
are now correctly handled. Additionally slicing on bytes now
correctly handles steps other than 1. #781
paolobarbolini/rusty-s3 (rusty-s3)
v0.8.1Compare Source
What's Changed
Full Changelog: https://github.com/paolobarbolini/rusty-s3/compare/v0.8.0...v0.8.1
v0.8.0Compare Source
What's Changed
timewithjiffby @paolobarbolini in https://github.com/paolobarbolini/rusty-s3/pull/1377ec7fdd0e9New Contributors
Full Changelog: https://github.com/paolobarbolini/rusty-s3/compare/v0.7.0...v0.8.0
serde-rs/json (serde_json)
v1.0.145Compare Source
v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
v1.0.141Compare Source
tokio-rs/tokio (tokio)
v1.48.0: Tokio v1.48.0Compare Source
1.48.0 (October 14th, 2025)
The MSRV is increased to 1.71.
Added
File::max_buf_size(#7594)ChainofAsyncReadExt::chain(#7599)SocketAddr::as_abstract_name(#7491)TcpStream::quickackandTcpStream::set_quickack(#7490)AsRef<Self>forTcpStreamandUnixStream(#7573)LocalKey::try_get(#7666)Ordfortask::Id(#7530)Changed
max_buf_sizewhen cloning aFile(#7593)clippy::unwrap_in_resultin#[tokio::main](#7651)PollEventednoise from Debug formats (#7675)Command::spawn_withto useFnOnce(#7511)SetOnce(#7554)UnsafeCell::get_mutinMutex::get_mutandRwLock::get_mut(#7569)Timeout<T>::poll(#7535)Fixed
join!andtry_join!(#7638)wake_by_ref()even if already woken (#7622)broadcast::Senderinbroadcast::Sender::new()(#7629)RwLock::try_*methods (#7587)Unstable
--cfgflags fortaskdumpandio_uring(#7655, #7621)io_uringinfs::write(#7567)io_uringwithFile::open()(#7617)io_uringwithOpenOptions(#7321)localruntime flavor (#7375, #7597)Documented
AsyncRead::poll_read(#7580)AsyncFdreadiness guards (#7583)UCred::pid()on Cygwin (#7611)set_reuseport()andreuseport()(#7628)SO_REUSEADDRis only set on Unix (#7533)Handle::block_on(#7665)Builder::global_queue_interval()(#7605)tokio::sync::watch::Receiver(#7584)SetOnce::wait(#7506)parking_lotfeature flag (#7663)UnboundedSender::send(#7661)sync::watch(#7601)spawn_localmethods (#7669)poll_proceed(#7586)v1.47.2Compare Source
v1.47.1: Tokio v1.47.1Compare Source
1.47.1 (August 1st, 2025)
Fixed
asyncio.EventinSetOncedocs (#7485)v1.47.0: Tokio v1.47.0Compare Source
1.47.0 (July 25th, 2025)
This release adds
poll_proceedandcooperativeto thecoopmodule forcooperative scheduling, adds
SetOnceto thesyncmodule which providessimilar functionality to [
std::sync::OnceLock], and adds a new methodsync::Notify::notified_owned()which returns anOwnedNotifiedwithouta lifetime parameter.
Added
cooperativeandpoll_proceed(#7405)SetOnce(#7418)sync::Notify::notified_owned()(#7465)Changed
AtomicWaker::wakeperformance (#7450)Documented
Readiness<'_>(#7415)v1.46.1: Tokio v1.46.1Compare Source
1.46.1 (July 4th, 2025)
This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using
tokio::spawnrather thanRuntime::spawn. This issue only effected the spawn location inTaskMeta::spawned_at, and did not effect task locations in Tracing events.Unstable
TaskMeta::spawn_locationtracking where a task was spawned (#7440)v1.46.0: Tokio v1.46.0Compare Source
1.46.0 (July 2nd, 2025)
Fixed
TcpStream::shutdownincorrectly returning an error on macOS (#7290)Added
mpsc::OwnedPermit::{same_channel, same_channel_as_sender}methods (#7389)biasedoption forjoin!andtry_join!, similar toselect!(#7307)pope::OpenOptions::read_writeon Android (#7426)Cloneimplementation fornet::unix::SocketAddr(#7422)Changed
queue::Local<T>(#7340)LocalSet::{poll,drop}(#7372)Unstable
TaskMeta::spawn_locationtracking where a task was spawned (#7417)LocalOptionsparameter toruntime::Builder::build_local(#7346)Documented
start_seekis not used (#7366)AsyncWriteExt::flush(#7364)recv_buffer_sizemethod (#7336)RawFdinTcpSocketdocs (#7416)AsRawFddoc link to current Rust stdlib location (#7429)on_*_task_pollis unstable (#7311)time::advance(#7394)v1.45.1: Tokio v1.45.1Compare Source
1.45.1 (May 24th, 2025)
This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to
Instant::now()started failing. This is due to the stabilization of the first time-based metric.Fixed
v1.45.0: Tokio v1.45.0Compare Source
Added
worker_total_busy_duration,worker_park_count, andworker_unpark_count(#6899, #7276)Command::spawn_with(#7249)Changed
Unpinfor some trait impls (#7204)runtime::Handleas unwind safe (#7230)Unstable
servo/rust-url (url)
v2.5.7What's Changed
v.2.5.6
v.2.5.7
New Contributors
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7
v2.5.5Compare Source
What's Changed
Mimeby @mrobinson in https://github.com/servo/rust-url/pull/1047cargo clippy --fix -- -Wclippy::use_selfby @mrobinson in https://github.com/servo/rust-url/pull/1048Url::domaindocs to show that it includes subdomain by @supercoolspy in https://github.com/servo/rust-url/pull/1057New Contributors
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5
uuid-rs/uuid (uuid)
v1.19.0Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.18.1...v1.19.0
v1.18.1Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1
v1.18.0Compare Source
What's Changed
Timestampandstd::time::SystemTimeby @dcormier in https://github.com/uuid-rs/uuid/pull/835New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0
v1.17.0Compare Source
What's Changed
wasm32v1-noneSupport by @bushrat011899 in https://github.com/uuid-rs/uuid/pull/828New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.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.
fix(deps): update rust crate minijinja to v2.10.1to fix(deps): update all dependenciesa9f5ed97e2to9c8452f6c19c8452f6c1to8eb6c832918eb6c83291to22ec9f968622ec9f9686to94603f9a9494603f9a94to3e3ce5ced03e3ce5ced0to68184aa16d68184aa16dtoefc513535cefc513535ctod27f636922d27f636922to340e2fa8d6340e2fa8d6toda7b51b24ada7b51b24ato5dab8e0f6d5dab8e0f6dtoc6e3343228c6e3343228to6819e707f36819e707f3toe0e64d9930e0e64d9930toa0dd9103aca0dd9103acto122a848b7b122a848b7bto00439b059d00439b059dto87dbfbd3c487dbfbd3c4to4d27d16a624d27d16a62to69e2b08b5a69e2b08b5ato85fd7e4bda85fd7e4bdato509139f0fa509139f0fatodacadb51cadacadb51catoae92421a25ae92421a25tof0cc0c44b9f0cc0c44b9toae393fa779ae393fa779to0adcb6a5ee0adcb6a5eeto4303786f524303786f52to8794b028c88794b028c8to3ee04510863ee0451086tod353a2e2c2d353a2e2c2to19c46649de19c46649deto955ca0fd10955ca0fd10to5fffb390445fffb39044to12c88aea8312c88aea83to55d15d247b55d15d247btod2095801f7d2095801f7to412c475ebb412c475ebbtoa1f7272bb4a1f7272bb4to503183407f503183407ftoe4e5681eace4e5681eacto61995296676199529667toa23f8b9e50a23f8b9e50to67c4d2f4b467c4d2f4b4to180fa201cd180fa201cdtoa2378c85c5a2378c85c5to51726f5a6c51726f5a6cto79fe7c8d0079fe7c8d00tofa8fb6f00ffa8fb6f00fto723f1b1047723f1b1047toa289abf540a289abf540to80905a82a980905a82a9to5b547371cd5b547371cdto4b63cd5b6d4b63cd5b6dto796bc3e2e4796bc3e2e4tof1d44118f8f1d44118f8to51498443b951498443b9toc5330295bfc5330295bfto6fe5315c506fe5315c50to6efba66eba6efba66ebato76a27e597876a27e5978to0f0ccb7db60f0ccb7db6to93155e991c93155e991cto3ea8f898a93ea8f898a9to1627430f2d1627430f2dtof59507f944f59507f944to0ed5eecd000ed5eecd00to95d8018db495d8018db4to4ea47255154ea4725515toe28aae17ace28aae17actodfb648b1c9dfb648b1c9to7cf26e165f7cf26e165fto06622fb20206622fb202to9660a2fac09660a2fac0to529ba2d14c529ba2d14cto51b3c0366851b3c03668to1a5648e7131a5648e713to9da96327d39da96327d3to3577f076d73577f076d7to6ac6c09e916ac6c09e91to7c29502e4b7c29502e4bto438fe9c9f1438fe9c9f1to3072703a903072703a90to579bf280ff579bf280ffto5e357ad8825e357ad882tocfa119c64ecfa119c64etob72614760fb72614760fto6ec44e51776ec44e5177tode055e142bde055e142bto1295f3999f1295f3999fto4ee54e578c4ee54e578cto798ca555a2798ca555a2tofd363ca720fd363ca720to2b50e014072b50e01407toacdea1c97eacdea1c97etoa2f304cd01a2f304cd01to37ba996ce337ba996ce3tob518d9ae2ab518d9ae2ato5a87cb51cf5a87cb51cfto274f7890d9274f7890d9tofb6d5361cffb6d5361cfto21fcd7bfcd21fcd7bfcdto9f04cc1c9d9f04cc1c9dtoea73c250bfea73c250bftoa817d2c488a817d2c488toe5cc879a1be5cc879a1bto1ae449e9661ae449e966toc585545741c585545741tod4e0ba91e6d4e0ba91e6tof9f021c6e3f9f021c6e3to03bfed750003bfed7500to18505209931850520993to44bfafeff444bfafeff4to519be754ae519be754aeto6bb08fd26c6bb08fd26ctoeab1fe1df0eab1fe1df0tof14f19be9df14f19be9dto582b3c3e87582b3c3e87to17b6cda43717b6cda437tob01c4e4523b01c4e4523toa5b4477560a5b4477560to6df9e22bcf6df9e22bcfto6aa5aa95056aa5aa9505tob361de96f1b361de96f1to7f8ee370457f8ee37045to5922747d9a5922747d9atoa5b5b4cea8a5b5b4cea8to71ffa7f5b571ffa7f5b5toc92da48241c92da48241toc7f4f8e7e6View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.