Skip to content

Commit d64afa9

Browse files
build(deps): bump the clap group with 2 updates (#13545)
Bumps the clap group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_builder](https://github.com/clap-rs/clap). Updates `clap` from 4.5.24 to 4.5.26 - [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.24...clap_complete-v4.5.26) Updates `clap_builder` from 4.5.24 to 4.5.26 - [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.24...v4.5.26) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_builder 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 a59faaf commit d64afa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,19 +272,19 @@ dependencies = [
272272

273273
[[package]]
274274
name = "clap"
275-
version = "4.5.24"
275+
version = "4.5.26"
276276
source = "registry+https://github.com/rust-lang/crates.io-index"
277-
checksum = "9560b07a799281c7e0958b9296854d6fafd4c5f31444a7e5bb1ad6dde5ccf1bd"
277+
checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
278278
dependencies = [
279279
"clap_builder",
280280
"clap_derive",
281281
]
282282

283283
[[package]]
284284
name = "clap_builder"
285-
version = "4.5.24"
285+
version = "4.5.26"
286286
source = "registry+https://github.com/rust-lang/crates.io-index"
287-
checksum = "874e0dd3eb68bf99058751ac9712f622e61e6f393a94f7128fa26e3f02f5c7cd"
287+
checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
288288
dependencies = [
289289
"anstyle",
290290
"clap_lex",

0 commit comments

Comments
 (0)