-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update compatible #3
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
base: master
Are you sure you want to change the base?
Conversation
|
|
135f28f
to
dd6ade4
Compare
f98ac3e
to
093f16b
Compare
c52cc5b
to
2937f16
Compare
9013d39
to
4e590b9
Compare
9647143
to
72297f6
Compare
f537d0d
to
433f3f6
Compare
7170d9f
to
ac88c86
Compare
7c12514
to
b10b811
Compare
872239d
to
ab9dcc6
Compare
db790a6
to
60a8dec
Compare
5fbe4e8
to
12f0db0
Compare
8d06cae
to
43c49ed
Compare
961e399
to
bf8e94a
Compare
24022cf
to
79664e7
Compare
79664e7
to
0e900be
Compare
0e900be
to
72b8d31
Compare
|
This PR contains the following updates:
1.0.4
->1.0.11
1.0.75
->1.0.99
1.3.0
->1.3.3
4.4.6
->4.5.45
0.3.5
->0.3.7
0.4.44
->0.4.49
0.4.68+curl-8.4.0
->0.4.83
0.2.22
->0.2.26
1.0.27
->1.1.2
0.3.1
->0.3.3
0.5.8
->0.5.11
0.1.8
->0.1.10
2.1.0
->2.2.0
0.4.20
->0.4.23
2.0.0
->2.11.0
0.1.26
->0.1.34
0.2.148
->0.2.175
0.8.1
->0.8.8
2.6.4
->2.7.5
3.7.0
->3.12.0
0.2.1
->0.2.3
2.3.0
->2.3.2
0.3.27
->0.3.32
1.4.0
->1.4.1
1.3.1
->1.7.0
2.9.2
->2.11.1
1.0.20
->1.0.26
1.0.188
->1.0.219
0.1.1
->0.1.8
0.1.9
->0.1.12
1.0.107
->1.0.143
0.10.8
->0.10.9
2.0.37
->2.0.106
0.4.40
->0.4.44
3.8.0
->3.21.0
1.0.49
->1.0.69
0.3.29
->0.3.41
0.1.37
->0.1.41
0.3.17
->0.3.19
2.7.0
->2.8.1
0.2.4
->0.2.6
2.4.1
->2.5.7
2.4.0
->2.5.0
Release Notes
rust-cli/anstyle (anstyle)
v1.0.11
Compare Source
v1.0.10
Compare Source
v1.0.9
Compare Source
v1.0.8
Compare Source
v1.0.7
Compare Source
v1.0.6
Compare Source
v1.0.5
Compare Source
dtolnay/anyhow (anyhow)
v1.0.99
Compare Source
v1.0.98
Compare Source
self.into_boxed_dyn_error()
andself.reallocate_into_boxed_dyn_error_without_backtrace()
methods for anyhow::Error (#415)v1.0.97
Compare Source
v1.0.96
Compare Source
v1.0.95
Compare Source
Error::from_boxed
(#401, #402)v1.0.94
Compare Source
v1.0.93
Compare Source
thiserror
v2v1.0.92
Compare Source
&raw const
and&raw mut
syntax insideensure!
(#390)v1.0.91
Compare Source
v1.0.90
Compare Source
v1.0.89
Compare Source
UnwindSafe
andRefUnwindSafe
impl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88
Compare Source
v1.0.87
Compare Source
Error::new
andError::chain
, in no-std mode on Rust 1.81+ (#383)v1.0.86
Compare Source
ensure!
with non-literal after minus sign (#373)v1.0.85
Compare Source
ensure!
macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84
Compare Source
ensure!
through aNot
impl for a type that is notbool
(#367)v1.0.83
Compare Source
v1.0.82
Compare Source
v1.0.81
Compare Source
v1.0.80
Compare Source
v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
anyhow::Error::backtrace
available on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)v1.0.76
Compare Source
unsafe_op_in_unsafe_fn
lint (#329)bytesize-rs/bytesize (bytesize)
v1.3.3
: bytesize: v1.3.3Compare Source
rust-version
field to manifest to support MSRV-aware resolvers.v1.3.2
Compare Source
v1.3.1
Compare Source
(yanked)
clap-rs/clap (clap)
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
Fixes
ValueEnum
variants now use the full doc comment, not summary, forPossibleValue::help
v4.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
dajoha/color-print (color-print)
v0.3.6
Compare Source
alexcrichton/curl-rust (curl)
v0.4.49
Compare Source
v0.4.46
Compare Source
v0.4.45
Compare Source
alexcrichton/filetime (filetime)
v0.2.25
Compare Source
v0.2.24
Compare Source
v0.2.23
Compare Source
rust-lang/flate2-rs (flate2)
v1.1.2
Compare Source
What's Changed
0.5.1
by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/490Full Changelog: rust-lang/flate2-rs@1.1.1...1.1.2
v1.1.1
Compare Source
This release should be smaller and thus faster to download.
Additionally, when using the
zlib-rs
backend, duplicate symbol issues shouldn't occur anymore.What's Changed
0.5.0
by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/482New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.0...1.1.1
v1.1.0
Compare Source
What's Changed
Clone
forCompressError
andDecompressError
by @mkrasnitski in https://github.com/rust-lang/flate2-rs/pull/445R: Read
toR: BufRead
by @JonathanBrouwer in https://github.com/rust-lang/flate2-rs/pull/4530.4.2
by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/466New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0
v1.0.35
: - security update to zlib-rsCompare Source
What's Changed
0.4.0
by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/439New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.34...1.0.35
v1.0.34
Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.33...1.0.34
v1.0.33
: - fix minimal manifest versionsCompare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.32...1.0.33
v1.0.32
: - turn panic into errorCompare Source
What's Changed
Fix
Other
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32
v1.0.31
Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.30...1.0.31
v1.0.30
: - docs.rs pages should build againCompare Source
What's Changed
--all-features
wasn't tested and didn't work with arrival ofzlib-rs
by @Byron in https://github.com/rust-lang/flate2-rs/pull/405New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.29...1.0.30
v1.0.29
: - with newzlib-rs
feature (~zlib-ng
in Rust)Compare Source
With the new
zlib-rs
feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.What's Changed
StreamWrapper::inner
as a raw pointer by @icmccorm in https://github.com/rust-lang/flate2-rs/pull/394zlib-rs
support via thelibz-rs-sys
C api forzlib-rs
by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/400New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.28...1.0.29
v1.0.28
Compare Source
What's Changed
bufread
andread
types. by @georeth in https://github.com/rust-lang/flate2-rs/pull/375New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.27...1.0.28
rust-lang/glob (glob)
v0.3.3
Compare Source
v0.3.2
Compare Source
rust-lang/cargo (home)
v0.5.11
Compare Source
scottlamb/http-auth (http-auth)
v0.1.10
Compare Source
base64
to version 0.22.v0.1.9
Compare Source
http
crate version 1.0 types.BurntSushi/ripgrep (ignore)
v0.4.22
Compare Source
v0.4.21
Compare Source
indexmap-rs/indexmap (indexmap)
v2.11.0
Compare Source
insert_sorted_by
andinsert_sorted_by_key
methods toIndexMap
,IndexSet
, andVacantEntry
, like customizable versions ofinsert_sorted
.is_sorted
,is_sorted_by
, andis_sorted_by_key
methods toIndexMap
andIndexSet
, as well as theirSlice
counterparts.sort_by_key
andsort_unstable_by_key
methods toIndexMap
andIndexSet
, as well as parallel coConfiguration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 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.