Skip to content

Commit 3818697

Browse files
build(deps): bump the clap group with 2 updates (#14943)
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.58 to 4.5.59 - [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.58...clap_complete-v4.5.59) Updates `clap_builder` from 4.5.58 to 4.5.59 - [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.58...v4.5.59) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_builder dependency-version: 4.5.59 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 da9f241 commit 3818697

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
@@ -290,19 +290,19 @@ dependencies = [
290290

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

301301
[[package]]
302302
name = "clap_builder"
303-
version = "4.5.58"
303+
version = "4.5.59"
304304
source = "registry+https://github.com/rust-lang/crates.io-index"
305-
checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2"
305+
checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24"
306306
dependencies = [
307307
"anstyle",
308308
"clap_lex",

0 commit comments

Comments
 (0)