Skip to content

Commit 3eea2e3

Browse files
build(deps): bump the clap group with 2 updates (#14955)
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.59 to 4.5.60 - [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.59...clap_complete-v4.5.60) Updates `clap_builder` from 4.5.59 to 4.5.60 - [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.59...v4.5.60) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_builder dependency-version: 4.5.60 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 0c397e6 commit 3eea2e3

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.59"
293+
version = "4.5.60"
294294
source = "registry+https://github.com/rust-lang/crates.io-index"
295-
checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499"
295+
checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
296296
dependencies = [
297297
"clap_builder",
298298
"clap_derive",
299299
]
300300

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

0 commit comments

Comments
 (0)