Skip to content

Commit 8f1ba13

Browse files
build(deps): bump the clap group with 3 updates (#13541)
Bumps the clap group with 3 updates: [clap](https://github.com/clap-rs/clap), [clap_builder](https://github.com/clap-rs/clap) and [clap_derive](https://github.com/clap-rs/clap). Updates `clap` from 4.5.23 to 4.5.24 - [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.23...clap_complete-v4.5.24) Updates `clap_builder` from 4.5.23 to 4.5.24 - [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.23...v4.5.24) Updates `clap_derive` from 4.5.18 to 4.5.24 - [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.18...v4.5.24) --- 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 - dependency-name: clap_derive 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 e535f81 commit 8f1ba13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.lock

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

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

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

293293
[[package]]
294294
name = "clap_derive"
295-
version = "4.5.18"
295+
version = "4.5.24"
296296
source = "registry+https://github.com/rust-lang/crates.io-index"
297-
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
297+
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
298298
dependencies = [
299299
"heck",
300300
"proc-macro2",

0 commit comments

Comments
 (0)