-
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update bump minor versions (minor) #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/bump-minor-versions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
==========================================
+ Coverage 74.50% 74.55% +0.05%
==========================================
Files 37 37
Lines 957 959 +2
==========================================
+ Hits 713 715 +2
Misses 244 244 ☔ View full report in Codecov by Sentry. |
57b93fc
to
8fa6836
Compare
b95f324
to
2a189e2
Compare
bcc70b5
to
9e6e32a
Compare
9e6e32a
to
c428f5e
Compare
c428f5e
to
3ead0f3
Compare
5dc2765
to
1235198
Compare
1235198
to
e51a7b8
Compare
c89789e
to
5e49ca0
Compare
5e49ca0
to
6d00e90
Compare
6d00e90
to
07a775e
Compare
07a775e
to
8393aba
Compare
8393aba
to
2905c52
Compare
2905c52
to
11d51b2
Compare
11d51b2
to
da40272
Compare
802e1c5
to
7e60059
Compare
9d8b9a2
to
42775fc
Compare
92e6f88
to
6812ea4
Compare
3c44f38
to
42b2fd6
Compare
d545436
to
aeb1ef5
Compare
f2e344a
to
1999cc8
Compare
1999cc8
to
2c729f1
Compare
f4d9e92
to
ca3b3eb
Compare
3e2974e
to
2efa650
Compare
2efa650
to
6bac661
Compare
90c73ca
to
037943f
Compare
037943f
to
06e6de0
Compare
06e6de0
to
2329a52
Compare
2329a52
to
4168589
Compare
4168589
to
da6d961
Compare
da6d961
to
296637f
Compare
296637f
to
7f33f24
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.21
->0.22
4.2.2
->4.5.48
2.0.1
->2.2.3
0.6
->0.8
8.00.1
->8.16.0
8.00.1
->8.16.0
0.10
->0.12
0.10
->0.11
2.1.0
->2.3.0
1.26.0
->1.43.2
0.32
->0.34
0.32
->0.34
3.0.3
->3.1.3
1.3.0
->1.4.1
0.17
->0.26
3.5.0
->3.22.0
0.5
->0.6
Release Notes
marshallpierce/rust-base64 (base64)
v0.22.1
Compare Source
alphabet::BIN_HEX
.v0.22.0
Compare Source
DecodeSliceError::OutputSliceTooSmall
is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning thatEngine::decode_slice
can now be used with exactly-sized output slices. As part of this,Engine::internal_decode
now returnsDecodeSliceError
instead ofDecodeError
, but that is not expected to affect any external callers.DecodeError::InvalidLength
now refers specifically to the number of valid symbols being invalid (i.e.len % 4 == 1
), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for eitherInvalidLength
orInvalidByte
being appropriate.v0.21.7
Compare Source
Alphabet::as_str()
v0.21.6
Compare Source
v0.21.5
Compare Source
Debug
andClone
impls for the general purpose Enginev0.21.4
Compare Source
encoded_len
const
, allowing the creation of arrays sized to encode compile-time-known data lengthsv0.21.3
Compare Source
source
instead ofcause
on Error typesv0.21.2
Compare Source
v0.21.1
Compare Source
DecoderReader
no longer sometimes erroneously ignorespadding #226
Breaking changes
Engine.internal_decode
return type changedclap-rs/clap (clap)
v4.5.48
Compare Source
Documentation
typed_derive
cookbook entryv4.5.47
Compare Source
Features
impl FromArgMatches for ()
impl Args for ()
impl Subcommand for ()
impl FromArgMatches for Infallible
impl Subcommand for Infallible
Fixes
clap
v4.5.46
Compare Source
Features
StyledStr::push_str
v4.5.45
Compare Source
Fixes
ValueEnum
variants now use the full doc comment, not summary, forPossibleValue::help
v4.5.44
Compare Source
Features
Command::mut_subcommands
v4.5.43
Compare Source
Fixes
v4.5.42
Compare Source
Fixes
--help
v4.5.41
Compare Source
Features
Styles::context
andStyles::context_value
to customize the styling of[default: value]
like notes in the--help
v4.5.40
Compare Source
Features
arg!()
macro (e.g.arg!("check-config": ...)
)v4.5.39
Compare Source
Fixes
v4.5.38
Compare Source
Fixes
--
or-
v4.5.37
Compare Source
Features
ArgMatches::try_clear_id()
v4.5.36
Compare Source
Fixes
v4.5.35
Compare Source
Fixes
help_heading
v4.5.34
Compare Source
Fixes
flatten_help(true)
and subcommands without argumentsv4.5.33
Compare Source
Fixes
v4.5.32
Compare Source
Features
Error::remove
Documentation
humantime
tojiff
Internal
pulldown-cmark
v4.5.31
Compare Source
Features
ValueParserFactory
forSaturating<T>
v4.5.30
Compare Source
Fixes
num_args(0..=1)
to be used withSetTrue
takes_values
assertionsv4.5.29
Compare Source
Fixes
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)v4.5.28
Compare Source
Features
unstable-markdown
v4.5.27
Compare Source
Documentation
v4.5.26
Compare Source
Fixes
suggestions
featurev4.5.25
Compare Source
Fixes
v4.5.24
Compare Source
Fixes
ignore_errors(true)
and when a suggestion is provided for an unknown argumentv4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
v4.5.21
Compare Source
Fixes
ignore_errors(true)
v4.5.20
Compare Source
Features
CommandExt
v4.5.19
Compare Source
Internal
v4.5.18
Compare Source
Features
Arg::get_display_order
andCommand::get_display_order
v4.5.17
Compare Source
Fixes
v4.5.16
Compare Source
Fixes
derive
feature is missingv4.5.15
Compare Source
Compatiblity
Arg::remove
changed return typesFixes
Arg::remove
return the removed itemv4.5.14
Compare Source
Features
Arg::add
for attaching arbitrary state, like completion hints, toArg
withoutArg
knowing about itv4.5.13
Compare Source
Fixes
#[flatten]
ing an optional#[group(skip)]
v4.5.12
Compare Source
v4.5.11
Compare Source
v4.5.10
Compare Source
v4.5.9
Compare Source
Fixes
v4.5.8
Compare Source
Fixes
v4.5.7
Compare Source
Fixes
num_args
v4.5.6
Compare Source
v4.5.5
Compare Source
Fixes
exclusive
to overriderequired_unless_present
,required_unless_present_any
,required_unless_present_all
v4.5.4
Compare Source
Documentation
typed_derive
cookbook entryv4.5.3
Compare Source
Fixes
v4.5.2
Compare Source
Fixes
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)v4.5.1
Compare Source
Internal
v4.5.0
Compare Source
Compatibility
v4.4.18
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.17
Compare Source
Fixes
panic!
when mixingargs_conflicts_with_subcommands
withArgGroup
(which is implicit withderive
) introduced in 4.4.15v4.4.16
Compare Source
Fixes
v4.4.15
Compare Source
Fixes
args_conflicts_with_subcommands
args_conflicts_with_subcommands
when using subcommand short and long flagsv4.4.14
Compare Source
Documentation
find
cookbook entry to allow repeats of flags/optionsFeatures
num_args(0)
on options which allows making them emulate being a flag for position-tracking flagsv4.4.13
Compare Source
Documentation
v4.4.12
Compare Source
Performance
TypedValueParser
for possible values if neededv4.4.11
Compare Source
Features
Command::mut_group
v4.4.10
Compare Source
Documentation
v4.4.9
Compare Source
Fixes
Command::about
under flattened headingshide
when flattening subcommandsv4.4.8
Compare Source
Features
Command::flatten_help
to allowgit stash -h
like help for subcommandsv4.4.7
Compare Source
Performance
v4.4.6
Compare Source
Internal
anstream
v4.4.5
Compare Source
Fixes
name
orlong_flag
, allow ambiguous-looking matches that unambiguously map back to the same commandlong_flag
, don't panicv4.4.4
Compare Source
Internal
terminal_size
to 0.3v4.4.3
Compare Source
Documentation
v4.4.2
Compare Source
Performance
once_cell
dependencyv4.4.1
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.0
Compare Source
compatibility
v4.3.24
Compare Source
Fixes
--help
with custom templatesv4.3.23
Compare Source
Fixes
UnknownArgumentValueParser
to not error on flag's absencev4.3.22
Compare Source
Features
UnknownArgumentValueParser
for injecting errors for improving the experience with errorsv4.3.21
Compare Source
Features
TryMapValueParser
so the type can be namedv4.3.20
Compare Source
Features
Command::mut_args
for modifying all arguments en massev4.3.19
Compare Source
Fixes
value_terminator
even in the presence of later multiple-value positional argumentsv4.3.18
Compare Source
Fixes
--
in fewer places where it won't workv4.3.17
Compare Source
Fixes
PossibleValue
descriptions in--help
v4.3.16
Compare Source
Fixes
v4.3.15
Compare Source
Features
anstyle
Documentation
v4.3.14
Compare Source
Features
ArgAction::HelpShort
andArgAction::HelpLong
for explicitly specifying which style of help to displayFixes
[OPTIONS]
in usage if a help or versionArgAction
is usedv4.3.13
Compare Source
v4.3.12
Compare Source
Fixes
v4.3.11
Compare Source
Features
num::Wrapping
,Box
, orArc
Box<str>
,Box<OsStr>
, andBox<Path>
v4.3.10
Compare Source
Performance
v4.3.9
Compare Source
Fixes
Command::ignore_errors
no longer masks help/versionv4.3.8
Compare Source
Fixes
infer_long_arg
, rather than arbitrarily picking one, matching the documentation and subcommand's behaviorv4.3.7
Compare Source
Documentation
v4.3.6
Compare Source
Documentation
clio
v4.3.5
Compare Source
ColorChoice::possible_values
is added to simplify things for builder usersFixes
ColorChoice::to_possible_value
no longer includes descriptions, encouraging shorter help where possiblev4.3.4
Compare Source
Features
Error::exit_code
v4.3.3
Compare Source
Features
Command::defer
for delayed initialization of subcommands to reduce startup times of large applications like denov4.3.2
Compare Source
Fixes
--help
with custom templatesv4.3.1
Compare Source
Fixes
value_terminator
even in the presence of later multiple-value positional argumentsv4.3.0
Compare Source
Fixes
last
assertionvalue_terminator
has higher precedence thanallow_hyphen_values
--help
v4.2.7
Compare Source
Fixes
ArgMatches
v4.2.6
Compare Source
Features
impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId
v4.2.5
Compare Source
Fixes
v4.2.4
Compare Source
Documentation
Command::style
v4.2.3
Compare Source
Features
Command::styles
for theming help/errors (behindunstable-styles
)clap-rs/clap-verbosity-flag (clap-verbosity-flag)
v2.2.3
Compare Source
Features
DebugLevel
andTraceLevel
for exploratory programmingv2.2.2
Compare Source
Fixes
v2.2.1
Compare Source
Compatibility
v2.2.0
Compare Source
Compatibility
Features
is_present()
to see if one of the flags is present on the command-linev2.1.2
Compare Source
Fixes
v2.1.1
Compare Source
Fixes
-v
/-q
Documentation
LogLevel
traitv2.1.0
Compare Source
Compatibility
Features
Default
curl/curl-container (curlimages/curl)
v8.16.0
Changed
v8.15.0
Compare Source
Changed
v8.14.1
Compare Source
Changed
v8.13.0
Compare Source
Changed
v8.12.1
Compare Source
Changed
v8.12.0
Compare Source
Changed
v8.11.1
Compare Source
Changed
v8.11.0
Compare Source
Changed
v8.10.1
Compare Source
Changed
v8.10.0
Compare Source
Changed
v8.9.1
Compare Source
Changed
v8.9.0
Compare Source
Changed
v8.8.0
Compare Source
Changed
v8.7.1
Compare Source
Changed
v8.6.0
Compare Source
Changed
v8.5.0
Compare Source
Changed
v8.4.0
Compare Source
Changed
v8.3.0
Compare Source
[8.3.1] - 2023-09-13
Changed
v8.2.1
Compare Source
Changed
v8.2.0
Compare Source
Changed
v8.1.2
Changed
console-rs/dialoguer (dialoguer)
v0.12.0
Compare Source
v0.11.0
Compare Source
Enhancements
dialoguer::Result
anddialoguer::Error
BasicHistory
implementation forHistory
FuzzySelect
Clone
Delete
key forFuzzySelect
Bug fixes
MultiSelect
checked and unchecked variants looking the same on WindowsInput
values that are invalid are now also stored inHistory
Input
when usingutf-8
charactersSelect
FuzzySelect
when using non-ASCII charactersBreaking
1.63.0
due to multiple dependencies on different platforms:rustix
,tempfile
,linux-raw-sys
Confirm::with_text
ColorfulTheme::inline_selections
mut self
instead of&mut self
Self
instead of&mut Self
self
instead of&self
dialoguer::Result
instead ofstd::io::Result
Validator
toInputValidator
Theme::format_fuzzy_select_prompt()
now takes a byte position instead of a cursor position in order to support UTF-8.v0.10.4
Compare Source
Enhancements
rust-cli/env_logger (env_logger)
v0.11.8
Compare Source
Compatibility
unstable-kv
feature which may be removed in a future patch releaseFeatures
kv
featureConfigurableFormat
to build custom [Builder::format
]s that leverage thisv0.11.7
Compare Source
Internal
humantime
withjiff
v0.11.6
Compare Source
Features
v0.11.5
Compare Source
v0.11.4
Compare Source
v0.11.3
Compare Source
Features
unstable-kv
v0.11.2
Compare Source
v0.11.1
Compare Source
Fixes
Target::Pipe
v0.11.0
Compare Source
Migration Guide
env_logger::fmt::Style:
The bespoke styling API, behind
color
, was removed, in favor of accepting anyANSI styled string and adapting it to the target stream's capabilities.
Possible styling libraries include:
env_logger::fmt::style
custom_format.rs
uses
anstyle
viaFormatter::default_level_style
Breaking Change
env_logger::fmt::Formatter::style
env_logger::fmt::Formatter::default_styled_level
env_logger::fmt::Style
env_logger::fmt::Color
env_logger::fmt::StyledValue
env_logger::filter
in favor ofenv_filter
Compatibility
MSRV changed to 1.71
Features
NO_COLOR
andCLICOLOR_FORCE
, see https://bixense.com/clicolors/Fixes
is_test(true)
v0.10.2
Compare Source
Performance
Fixes
color
is disabledv0.10.1
Compare Source
Performance
Documentation
RUST_LOG
documentationchronotope/humantime (humantime)
v2.3.0
: 2.3.0Compare Source
What's Changed
v2.2.0
: 2.2.0Compare Source
What's Changed
parse_rfc3339
and add a link to it by @vrmiguel in #21char::is_digit
andchar::to_digit
instead of direct byte arithmetic by @vrmiguel in #22mitsuhiko/insta (insta)
v1.43.2
Compare Source
cargo metadata
fails to execute or parse (e.g., when cargo is not in PATH or returns invalid output). Now falls back to using the manifest directory as the workspace root. #798 (@adriangb)uninlined_format_args
lint warnings. #801INSTA_GLOB_FILTER
. #786libc
crate to0.2.174
, fixing building on musl targets, and increasing the MSRV ofinsta
to1.64.0
(released Sept 2022). #784v1.43.1
Compare Source
This release in identical in rust code to 1.43.0, but reruns the GitHub Actions
workflows, which failed to create a release within GitHub for 1.43.0.
v1.43.0
Compare Source
cargo insta review
:A
to accept all,R
to reject all, andS
to skip all remaining snapshots.#745
--unreferenced=auto
(or other relevant values) no longer cleans up pendingsnapshots. A bug where
cargo insta test --unreferenced=auto
wouldincorrectly pass on new pending snapshots has been fixed.
cargo-nextest
bin withINSTA_CARGO_NEXTEST_BIN
. #721 (Louis Fruleux)INSTA_WORKSPACE_ROOT
at compile time. This is useful for reproducible binariesso they don't contain references to
CARGO_MANIFEST_DIR
. #726 (Pascal Bach)linked-hash-map
andpin-project
dependencies. #742, #741, #738cargo insta review
fails with a helpful error message when run in a non-TTY environment.v1.42.2
Compare Source
unseen
option in CLI, as it's pending deprecation. #732\t
and\x1b
(ANSI color escape) from causing snapshots to be escaped. #715allow_duplicates! { .. }
. #712v1.42.1
Compare Source
--accept-unseen
. We've left an issueopen at #659 eliciting feedback on
whether anyone uses this for a few months. A warning will now be printed when
--accept-unseen
is used, and we'll eventually remove the feature unless weget some feedback that it's useful. #668
v1.42.0
Compare Source
snapshot_type: text
in their metadata. Forcontext, we originally added this in the prior release (1.41.0) to support
binary snapshots, but some folks disliked the diff noise
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.