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.12.04.5.38→4.6.14.5.50→4.6.24.3.0→4.4.06.3.2→6.4.02.9.0→2.14.01.2.0→1.4.20.9.108→0.9.1130.25.0→0.26.01.0.219→1.0.2281.0.140→1.0.1490.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.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)
v4.6.1Compare Source
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--helpv4.5.40Compare Source
Features
arg!()macro (e.g.arg!("check-config": ...))v4.5.39Compare Source
Fixes
cksac/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.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.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).rust-openssl/rust-openssl (openssl-sys)
v0.9.113Compare Source
What's Changed
New Contributors
Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.112...openssl-sys-v0.9.113
v0.9.112Compare Source
What's Changed
New Contributors
Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.111...openssl-sys-v0.9.112
v0.9.111Compare Source
What's Changed
New Contributors
Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.110...openssl-sys-v0.9.111
v0.9.110Compare Source
What's Changed
New Contributors
Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.109...openssl-sys-v0.9.110
v0.9.109Compare Source
What's Changed
Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.108...openssl-sys-v0.9.109
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
serde-rs/json (serde_json)
v1.0.149Compare Source
v1.0.148Compare Source
zmijdependency to 1.0v1.0.147Compare Source
v1.0.146Compare Source
v1.0.145Compare Source
v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
v1.0.141Compare 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.4](https://redirect.github.com/toml-rConfiguration
📅 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.