Update all dependencies #21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.2.7
->4.5.21
0.6.8
->0.6.12
0.17.1
->0.19.0
1.0.96
->1.0.133
Release Notes
clap-rs/clap (clap)
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
#[arg(id)]
attributes againv4.5.3
Compare Source
Internal
heck
v4.5.2
Compare Source
Fixes
ignore_errors(true)
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
eyre-rs/eyre (eyre)
v0.6.9
Compare Source
rust-lang/git2-rs (git2)
v0.19.0
Compare Source
0.18.3...0.19.0
Added
opts
functions to control server timeouts (get_server_connect_timeout_in_milliseconds
,set_server_connect_timeout_in_milliseconds
,get_server_timeout_in_milliseconds
,set_server_timeout_in_milliseconds
), and addErrorCode::Timeout
.#1052
Changed
#1032
Error
struct.#1053
Fixed
#1043
v0.18.3
Compare Source
0.18.2...0.18.3
Added
opts::
functions to get / set libgit2 mwindow options#1035
Changed
#1007
v0.18.2
Compare Source
0.18.1...0.18.2
Added
opts::set_ssl_cert_file
andopts::set_ssl_cert_dir
for setting Certificate Authority file locations.#997
TreeIter::nth
which makes jumping ahead in the iterator more efficient.#1004
Repository::find_commit_by_prefix
to find a commit by a shortened hash.#1011
Repository::find_tag_by_prefix
to find a tag by a shortened hash.#1015
Repository::find_object_by_prefix
to find an object by a shortened hash.#1014
Changed
This fixes CVE-2024-24575 and CVE-2024-24577.
#1017
v0.18.1
Compare Source
0.18.0...0.18.1
Added
FetchOptions::depth
to set the depth of a fetch or clone, adding support for shallow clones.#979
Fixed
TreeWalkCbData
) to not assume it is a transparent type while casting.#989
DiffPatchidOptions
andStashSaveOptions
are publicly exported allowing the corresponding APIs to actually be used.#988
v0.18.0
Compare Source
0.17.2...0.18.0
Added
Blame::blame_buffer
for getting blame data for a file that has been modified in memory.#981
Changed
#968
#982
#973
Revwalk::with_hide_callback
to take a mutable reference to its callback to enforce type safety.#970
FusedIterator
for many iterators that can support it.#955
Fixed
-Zminimal-versions
.#960
v0.17.2
Compare Source
0.17.1...0.17.2
Added
#930
serde-rs/json (serde_json)
v1.0.133
Compare Source
v1.0.132
Compare Source
v1.0.131
Compare Source
Map<String, Value>
and&Map<String, Value>
(#1135, thanks @swlynch99)v1.0.130
Compare Source
Number
from i128 and u128 (#1141, thanks @druide)v1.0.129
Compare Source
serde_json::Map::sort_keys
andserde_json::Value::sort_all_objects
(#1199)v1.0.128
Compare Source
v1.0.127
Compare Source
v1.0.126
Compare Source
v1.0.125
Compare Source
v1.0.124
Compare Source
v1.0.123
Compare Source
v1.0.122
Compare Source
json!
in no-std crates (#1166)v1.0.121
Compare Source
v1.0.120
Compare Source
indexmap
dependency (#1152, thanks @cforycki)v1.0.119
Compare Source
serde_json::Map::shift_insert
(#1149, thanks @joshka)v1.0.118
Compare Source
v1.0.117
Compare Source
v1.0.116
Compare Source
v1.0.115
Compare Source
v1.0.114
Compare Source
v1.0.113
Compare Source
swap_remove
andshift_remove
methods on Map (#1109)v1.0.112
Compare Source
v1.0.111
Compare Source
v1.0.110
Compare Source
v1.0.109
Compare Source
v1.0.108
Compare Source
v1.0.107
Compare Source
v1.0.106
Compare Source
Value::as_number
accessor (#1069, thanks @chanced)Number::as_str
accessor under "arbitrary_precision" feature (#1067, thanks @chanced)v1.0.105
Compare Source
v1.0.104
Compare Source
v1.0.103
Compare Source
v1.0.102
Compare Source
v1.0.101
Compare Source
v1.0.100
Compare Source
-Z minimal-versions
v1.0.99
Compare Source
v1.0.98
Compare Source
v1.0.97
Compare Source
io_error_kind()
method to serde_json::Error:fn io_error_kind(&self) -> Option<std::io::ErrorKind>
(#1026)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.
Update Rust crate serde to 1.0.163to Update all dependencies2a2659e1d9
to8880d63a4c
8880d63a4c
to1741ac00e8
1741ac00e8
toacbaf312c7
acbaf312c7
tod8a2dd9de2
d8a2dd9de2
toc2d21d1f89
c2d21d1f89
to0331eaee93
0331eaee93
tof57abdb9e1
f57abdb9e1
to62378647f1
62378647f1
to70d9f288e2
70d9f288e2
to83d488db2b
83d488db2b
to138ede3911
138ede3911
to3a527661f5
3a527661f5
to9449313921
9449313921
to46ac297c84
46ac297c84
toaa961ed081
aa961ed081
to7b3985b4aa
7b3985b4aa
tob64605329f
b64605329f
to0e6758b45a
0e6758b45a
toc9a4c1e489
c9a4c1e489
toc514b78650
c514b78650
tob710e45202
b710e45202
toc71a229790
c71a229790
to8387bb8bea
8387bb8bea
tocc28b06ae8
cc28b06ae8
to535f90b4ca
535f90b4ca
to7ffdea24a1
7ffdea24a1
to6c64e7269a
6c64e7269a
to639ed451e5
639ed451e5
toaf5c6fd6ab
af5c6fd6ab
to7a18aeb863
7a18aeb863
toc97c9aac4a
c97c9aac4a
to466ad78521
466ad78521
tof03e6e2f35
f03e6e2f35
tob7d501295a
b7d501295a
toa066b01e42
a066b01e42
to3725634696
3725634696
tobf4598212a
bf4598212a
to737ad68e0c
737ad68e0c
to5c1a10f76c
5c1a10f76c
to9d05788084
9d05788084
to8638233d4f
8638233d4f
to809ab47a17
809ab47a17
to708637a5b0
708637a5b0
to9eaf363da3
9eaf363da3
to9aba806bda
9aba806bda
to1c15595a1c
1c15595a1c
tob521f7e14f
b521f7e14f
toe331622113
e331622113
tob7a09b8af2
b7a09b8af2
toc31c048084
c31c048084
tof386cb57a4
f386cb57a4
toa85c12964e
a85c12964e
to0a552c4b07
0a552c4b07
to258d43d45f
258d43d45f
to29a0a59456
29a0a59456
toddf9646799
ddf9646799
to1ed5460be8
1ed5460be8
to3559fb5b37
3559fb5b37
to3891571917
3891571917
to20aaa172e7
20aaa172e7
tobd790eaaed
bd790eaaed
tof6381426c7
f6381426c7
to388bd7feb2
388bd7feb2
tob1285a571f
b1285a571f
to9c90419407
9c90419407
toad43667c7b
ad43667c7b
to4a32be62de
4a32be62de
toa3ad4f7570
a3ad4f7570
to6a28a66e11
6a28a66e11
to9b9feb5e0d
9b9feb5e0d
tobff5fde9d8
bff5fde9d8
to8ef20b2b3d
8ef20b2b3d
to483fc07d08
483fc07d08
toa84e874ebd
a84e874ebd
to28f54a09e8
28f54a09e8
to4050fa0635
4050fa0635
toa0fc02d5e9
a0fc02d5e9
to997f80b9b0
997f80b9b0
todf8356bb7c
df8356bb7c
toc48013d978
c48013d978
toabf0946a7c
abf0946a7c
tofa08da135e
fa08da135e
to5f637224ed
5f637224ed
to3eaeef668f
3eaeef668f
tod51956ef60
d51956ef60
to4356306b88
4356306b88
to227fa374d9
227fa374d9
to84e18bc167
84e18bc167
to8f3130aa06
8f3130aa06
to6c28f00f29
6c28f00f29
tob2dfd8fa64
b2dfd8fa64
to5270f937ed
5270f937ed
tod592ef346e
d592ef346e
to9a15bf3603
9a15bf3603
to14e0bb4c5f
14e0bb4c5f
to4f51f0e0c3
4f51f0e0c3
toe2ce363b75
e2ce363b75
to1b738f4864
1b738f4864
toc1ae861e80
c1ae861e80
to20dab21ea1
20dab21ea1
to4efed9045a
4efed9045a
to90a2e3ae91
90a2e3ae91
to4e552d440b
4e552d440b
tod31f03f882
d31f03f882
to66f25d9844
66f25d9844
to055f0a91fd
055f0a91fd
tob8f723f79a
b8f723f79a
to29d543f464
29d543f464
to95d2e9ee53
Checkout
From your project repository, check out a new branch and test the changes.