fix(deps): update crates#385
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
c382c18 to
24bdfa1
Compare
cd512fa to
70908ea
Compare
70908ea to
f93d90a
Compare
63991b9 to
896be16
Compare
d41aa36 to
daac930
Compare
daac930 to
ef8536c
Compare
d7904cf to
05f5b05
Compare
35c8f0f to
1d77773
Compare
ec34453 to
035b38e
Compare
035b38e to
fc4a6ff
Compare
f72805a to
fa7001c
Compare
ccfbcc9 to
b673e5e
Compare
cef6d86 to
9404ab3
Compare
6d2796b to
71d022c
Compare
8d41c6b to
cb5b683
Compare
5b4df14 to
de24f5a
Compare
74a13e7 to
cb443ba
Compare
a72522c to
533cac7
Compare
4f8f580 to
6d6eb2e
Compare
6d6eb2e to
4746156
Compare
4746156 to
6b553bc
Compare
6b553bc to
755b363
Compare
755b363 to
91af6b3
Compare
2d8c7fe to
fe89b4b
Compare
37b5ceb to
34b159f
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.10.1→0.13.04.5.38→4.6.14.5.50→4.6.54.3.0→4.4.06.3.2→6.4.12.9.0→2.14.00.14.0→0.15.01.2.0→1.4.20.9.108→0.9.1170.25.0→0.26.01.0.219→1.0.2281.0.140→1.0.1500.8.12→0.9.00.27.1→0.28.02.0.12→2.0.180.1.41→0.1.440.6.0→0.7.01.6.0→1.6.1Release 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 constraintsv0.12.0Added
MapExtra::emit, which allows emitting secondary errors during mapping operationsInputRef::emit, which allows emitting secondary errors withincustomparserslabelled_with, which avoids the need to implementClonefor labelsInput::split_token_span, a convenience function for splitting(Token, Span)inputs so that chumsky can understand themInput::split_spanned, which does the same as above, but for implementors ofWrappingSpanspanned, a combinator which automatically annotates a parser output with a spanIterParser::parse_iter, a way to turn anIterParser(likex.repeated()) into an iteratorParser::debug, which provides access to various parser debugging utilities.Changed
nested_inmore flexible by allowing it to map between different input types instead of requiring the same input as the outer parserFixed
nested_inv0.11.2Added
Default,PartialOrd, andOrdforSimpleSpanPartialOrdandOrdforRichv0.11.1Fixed
v0.11.0Added
set(...)combinator, which may be used to conveniently parse a set of patterns, in any order.pratt(...)combinatorParser::try_foldl, allowing folding operations to short-circuit in a manner similar toParser::try_mapParser::contextual, which allows a parser to be disabled or enabled in a context-sensitive mannerValueInputforIterInput, which was previously missingStatetrait:RollbackState, which reverts parser state when a parser rewinds and may be used to, for example, count the number of times a pattern appears in the inputTruncateState, which truncates a vector when a parser rewinds, and may be used to implement an arena allocator for AST nodesIterParserfora.then(b)when bothaandbare bothIterParsers that produce the same output typeChanged
recursiveandParserExtramore permissiveParser::filternow generates aDefaultExpected::SomethingElselabel instead of nothing (this can be overridden with the.labelled(...)function)select!parser more permissive, accepting any implementor ofInputinstead of requiringValueInputtooFixed
Parser::try_map).rewind()parser no longer rewinds any secondary error that were encounteredtext::ascii::keywordlifetime regressionclap-rs/clap (clap_complete)
v4.6.5Compare Source
v4.6.4Compare Source
v4.6.3Compare Source
v4.6.2Compare Source
v4.6.1Compare Source
Fixes
v4.6.0Compare Source
Compatibility
v4.5.67Compare Source
v4.5.66Compare Source
v4.5.65Compare Source
v4.5.64Compare Source
v4.5.63Compare Source
v4.5.62Compare Source
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::Countcksac/fake-rs (fake)
v4.4.0Compare Source
What's Changed
ferroidID types by @s0l0ist in #247New Contributors
Full Changelog: cksac/fake-rs@v4.3.0...v4.4.0
sunng87/handlebars-rust (handlebars)
v6.4.1Compare Source
@partial-blockwith block include and fallback template [#752]v6.4.0Compare Source
recursive_lookupmode [#730]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}v2.13.0Compare Source
CloneforIntoKeysandIntoValues.map::Slice::split_at_checkedandsplit_at_mut_checked.set::Slice::split_at_checked.v2.12.1Compare Source
hashbrown's new bucket API.v2.12.0Compare Source
hashbrowndependency to 0.16 alone.core::error::Error.pop_ifmethods toIndexMapandIndexSet, similar to themethod for
Vecadded in Rust 1.86.v2.11.4Compare Source
hashbrowndependency to a range allowing 0.15 or 0.16.v2.11.3Compare Source
serdeversion only apply when "serde" is enabled.v2.11.2Compare Source
serde_core, improving buildparallelism in cases where other dependents have enabled "serde/derive".
v2.11.1Compare Source
get_key_value_mutmethod toIndexMap.Ordbound oninsert_sorted_bymethods.v2.11.0Compare Source
insert_sorted_byandinsert_sorted_by_keymethods toIndexMap,IndexSet, andVacantEntry, like customizable versions ofinsert_sorted.is_sorted,is_sorted_by, andis_sorted_by_keymethods toIndexMapandIndexSet, as well as theirSlicecounterparts.sort_by_keyandsort_unstable_by_keymethods toIndexMapandIndexSet, as well as parallel counterparts.replace_indexmethods toIndexMap,IndexSet, andVacantEntryto replace the key (or set value) at a given index.
svalserialization support.v2.10.0Compare Source
extract_ifmethods toIndexMapandIndexSet, similar to themethods for
HashMapandHashSetwith ranges likeVec::extract_if.#[track_caller]annotations to functions that may panic.rust-itertools/itertools (itertools)
v0.15.0Compare Source
Breaking
Positionas struct instead of enum (#1042, #1043)all_equal_value's error type (#1032)Added
*_with_hasheradaptors (#1007)Changed
Clonebounds fromtuple_combinationsandarray_combinations(#1011)must_useforcollect_vec(#1009)izip!temporary friendly (#1021)array_combinations_with_replacement(#1033)Debugfor remaining public types (#1038)ExactlyOneError::count(#1046)PeekingNextfor more types, in particularvec::IntoIter(#1059, #1073)PadUsing::next_back(#1082)[circular_]array_windows, deprecatetuple_windows(#1086)tuple_combinations(replaced byarray_combinations) (#1085)Notable Internal Changes
into_group_mapcode more idiomatic (#1027)tesuji/junction (junction)
v1.4.2Compare Source
Fixed
PrintNamecauses junctions to break in Windows Containers (WCoW) during layer serialization. Thank Zanie Blue in #33 for the report and the quick fix.v1.4.1Compare Source
Fixed
\\?\prefix paths (#31) by @DK26.v1.4.0Compare Source
Change MSRV from 1.60 to 1.71
This is the same MSRV that our direct dependency
windows-sysrequires (#32).v1.3.0Compare Source
Change MSRV from 1.57 to 1.60
This is the same MSRV that our direct dependency
windows-sysrequires (#29).la10736/rstest (rstest)
v0.26.1Compare Source
Fixed
v0.26.0Compare Source
Changed
#[files(...)]attribute now ignores matched directory paths by default.See #306 thanks to @Obito-git.
Add
#[dirs]attribute, which can be used with#[files(...)]to explicitly include directory paths.See #306 thanks to @Obito-git.
#[test_attr]to define test attribute explicit and also enable the use of#[macro_rules_attribute::apply(<macro>)]: naw alsosmolworks. See#303
#311
#315
thanks to @coriolinus.
Fixed
1.89.0-nightlyrstestexpansion.See #313
#[files(...)]attribute now works reliably on Windows.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
toml-rs/toml (serde_toml)
v0.9.12Compare Source
v0.9.11Compare Source
v0.9.10Compare Source
v0.9.9Compare Source
v0.9.8Compare Source
v0.9.7Compare Source
v0.9.6Compare Source
v0.9.5Compare Source
v0.9.4Compare Source
v0.9.3Compare Source
v0.9.2Compare Source
v0.9.1Compare Source
v0.9.0Compare Source
v0.8.23Compare Source
Peternator7/strum (strum)
v0.28.0Compare Source
#461: Allow any kind of passthrough attributes on
EnumDiscriminants.#[strum_discriminants(derive(...))]) were supported. Now path-only(e.g.
#[strum_discriminants(non_exhaustive)]) and name/value (e.g.#[strum_discriminants(doc = "foo")])attributes are also supported.
#462: Add missing
#[automatically_derived]to generated impls notcovered by #444.
#466: Bump MSRV to 1.71, required to keep up with updated
synandwindows-sysdependencies. This is a breaking change if you're on an old version of rust.#469: Use absolute paths in generated proc macro code to avoid
potential name conflicts.
#465: Upgrade
phfdependency to v0.13.#473: Fix
cargo fmt/clippyissues and add GitHub Actions CI.#477:
strum::ParseErrornow implementscore::fmt::Displayinsteadstd::fmt::Displayto make it#[no_std]compatible. Note theErrortrait wasn't available in core until1.81so
strum::ParseErrorstill only implements that in std.#476: Breaking Change -
EnumStringnow implementsFrom<&str>(infallible) instead of
TryFrom<&str>when the enum has a#[strum(default)]variant. This more accuratelyreflects that parsing cannot fail in that case. If you need the old
TryFrombehavior, you can opt back in usingparse_error_tyandparse_error_fn:#431: Fix bug where
EnumStringignored theparse_err_tyattribute when the enum had a
#[strum(default)]variant.#474: EnumDiscriminants will now copy
defaultover from theoriginal enum to the Discriminant enum.
v0.27.2Compare Source
#141: Adding support for doc comments on
EnumDiscriminantsgenerated type.#435:allow discriminants on empty enum.
#443: Change enum table callbacks to FnMut.
#444: Add
#[automatically_derived]to theimpls by @dandedotdev in #444#440: Implement a
suffixattribute for serialization of enum variants.#446: Drop needless
rustversiondependency.olson-sean-k/wax (wax)
v0.7.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.