chore(deps): update all non-major dependencies#2
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
8117045 to
26cc50f
Compare
a736ab6 to
6130975
Compare
6130975 to
e9bac0f
Compare
b00c11b to
eadbf88
Compare
e79a153 to
a9da531
Compare
a722a20 to
8ef1afb
Compare
f96805c to
9d23bf1
Compare
9d23bf1 to
7e845a7
Compare
8cb31cf to
cc31bb1
Compare
cc31bb1 to
db3120c
Compare
9b0cbc0 to
69a8660
Compare
69a8660 to
cd11505
Compare
cd11505 to
5e9583b
Compare
94a7ec2 to
74150d0
Compare
bc56656 to
e3306be
Compare
e3306be to
c497e13
Compare
c497e13 to
3226cfd
Compare
47663db to
b194dcf
Compare
b194dcf to
62b0c29
Compare
62b0c29 to
45da359
Compare
45da359 to
4967445
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:
=2.0.17→=2.2.20.20.0→0.23.04.5.40→4.6.10.11.8→0.11.100.4.27→0.4.30=3.1.3→=3.1.41.10.0→1.12.02.1.1→2.1.21.0.219→1.0.2282.0.12→2.0.18Release Notes
assert-rs/assert_cmd (assert_cmd)
v2.2.2Compare Source
Fixes
#[track_caller]works for better panic messagesv2.2.1Compare Source
Internal
v2.2.0Compare Source
Compatibility
cargo_binbad paths to panicsv2.1.3Compare Source
Fixes
cargo_binv2.1.2Compare Source
Fixes
#[must_use]to help catch missing assertionsv2.1.1Compare Source
v2.1.0Compare Source
Compatibility
crate_name!()in favor ofpkg_name!()Command::cargo_bin,CommandCargoExt::cargo_bin,cargo_binin favor ofcargo_bin!,cargo_bin_cmd!Features
cargo_bin_cmd!()pkg_name!()as a default parameter tocargo_bin!()oli-obk/cargo_metadata (cargo_metadata)
v0.23.1Compare Source
Changed
build_directoryv0.23.0Compare Source
Added
FeatureNameandPackageNamenewtype wrappers.v0.22.0Compare Source
Added
pub fn env_remove<K: Into<OsString>>(&mut self, key: K) -> &mut MetadataCommandtoMetadataCommand.cargo_platformat crate's root module.Changed
caminofrom1.0.7to1.1.10cargo_platformfrom0.2.0to0.3.0derive_builderfrom0.12to0.20semverfrom1.0.7to1.0.26serde_jsonfrom1.0.118to1.0.142serdefrom1.0.136to1.0.219thiserrorfrom2.0.3to2.0.12Dependency'ssourcemember the same type asPackage'ssourcemember:Option<Source>.v0.21.0Compare Source
clap-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)v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsv4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helpv4.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--helprust-cli/env_logger (env_logger)
v0.11.10Compare Source
Internal
v0.11.9Compare Source
rust-lang/log (log)
v0.4.30Compare Source
What's Changed
std::nettypes by @KodrAus in #724New Contributors
Full Changelog: rust-lang/log@0.4.29...0.4.30
Notable Changes
v0.4.29Compare Source
v0.4.28Compare Source
assert-rs/predicates-rs (predicates)
v3.1.4Compare Source
BoxPredicate::find_caseuse the innerfind_caseimplementationrayon-rs/rayon (rayon)
v1.12.0Compare Source
Range<char>when the end is 0xE000, just past thesurrogate boundary, which was unsafely producing invalid
charvalues.ParallelSlice::par_array_windowsworks likepar_windowsbut with a constant length, producing
&[T; N]items.v1.11.0Compare Source
rustcis now 1.80.iter::repeatnhas been renamed toiter::repeat_nto match the namestabilized in the standard library. The old name still exists as a deprecated
function for compatibility.
in_place_scopewhen the default global registry uses thecurrent thread, like on WebAssembly without threading support.
binary_heap::Iterno longer requires a temporary allocation.IntoParallelIterator for Box<[T]>and its references.FromParallelIterator<_> for Box<str>viaString.rust-lang/rustc-hash (rustc-hash)
v2.1.2Compare Source
serde-rs/serde (serde)
v1.0.228Compare Source
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227Compare Source
v1.0.226Compare Source
v1.0.225Compare Source
v1.0.224Compare Source
v1.0.223Compare Source
v1.0.222Compare Source
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)v1.0.221Compare Source
serde_if_integer128!macro (#2975)v1.0.220Compare Source
dtolnay/thiserror (thiserror)
v2.0.18Compare Source
needless_lifetimes = "forbid"(#443, thanks @LucaCappelletti94)v2.0.17Compare Source
v2.0.16Compare Source
v2.0.15Compare Source
Error::provideAPI becoming unavailable from a future new compiler lint (#427)v2.0.14Compare Source
v2.0.13Compare Source
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.