Skip to content

Commit d616913

Browse files
build(deps): bump the clap group with 3 updates (#14854)
Bumps the clap group with 3 updates: [clap](https://github.com/clap-rs/clap), [clap_builder](https://github.com/clap-rs/clap) and [clap_lex](https://github.com/clap-rs/clap). Updates `clap` from 4.5.53 to 4.5.54 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.53...clap_complete-v4.5.54) Updates `clap_builder` from 4.5.53 to 4.5.54 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.53...v4.5.54) Updates `clap_lex` from 0.7.6 to 0.7.7 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_lex-v0.7.6...clap_lex-v0.7.7) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_builder dependency-version: 4.5.54 dependency-type: indirect update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_lex dependency-version: 0.7.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4df10b commit d616913

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -290,19 +290,19 @@ dependencies = [
290290

291291
[[package]]
292292
name = "clap"
293-
version = "4.5.53"
293+
version = "4.5.54"
294294
source = "registry+https://github.com/rust-lang/crates.io-index"
295-
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
295+
checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
296296
dependencies = [
297297
"clap_builder",
298298
"clap_derive",
299299
]
300300

301301
[[package]]
302302
name = "clap_builder"
303-
version = "4.5.53"
303+
version = "4.5.54"
304304
source = "registry+https://github.com/rust-lang/crates.io-index"
305-
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
305+
checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
306306
dependencies = [
307307
"anstyle",
308308
"clap_lex",
@@ -322,9 +322,9 @@ dependencies = [
322322

323323
[[package]]
324324
name = "clap_lex"
325-
version = "0.7.6"
325+
version = "0.7.7"
326326
source = "registry+https://github.com/rust-lang/crates.io-index"
327-
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
327+
checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
328328

329329
[[package]]
330330
name = "cmake"
@@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
555555
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
556556
dependencies = [
557557
"libc",
558-
"windows-sys 0.52.0",
558+
"windows-sys 0.61.0",
559559
]
560560

561561
[[package]]
@@ -1642,7 +1642,7 @@ version = "0.50.3"
16421642
source = "registry+https://github.com/rust-lang/crates.io-index"
16431643
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
16441644
dependencies = [
1645-
"windows-sys 0.60.2",
1645+
"windows-sys 0.61.0",
16461646
]
16471647

16481648
[[package]]

0 commit comments

Comments
 (0)