Skip to content

Commit 20ec2f5

Browse files
build(deps): bump the clap group with 2 updates (#14330)
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.42 to 4.5.43 - [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.42...clap_complete-v4.5.43) Updates `clap_builder` from 4.5.42 to 4.5.43 - [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.42...v4.5.43) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_builder dependency-version: 4.5.43 dependency-type: indirect update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa9fa16 commit 20ec2f5

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
@@ -339,19 +339,19 @@ dependencies = [
339339

340340
[[package]]
341341
name = "clap"
342-
version = "4.5.42"
342+
version = "4.5.43"
343343
source = "registry+https://github.com/rust-lang/crates.io-index"
344-
checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882"
344+
checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
345345
dependencies = [
346346
"clap_builder",
347347
"clap_derive",
348348
]
349349

350350
[[package]]
351351
name = "clap_builder"
352-
version = "4.5.42"
352+
version = "4.5.43"
353353
source = "registry+https://github.com/rust-lang/crates.io-index"
354-
checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966"
354+
checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
355355
dependencies = [
356356
"anstyle",
357357
"clap_lex",
@@ -604,7 +604,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
604604
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
605605
dependencies = [
606606
"libc",
607-
"windows-sys 0.52.0",
607+
"windows-sys 0.59.0",
608608
]
609609

610610
[[package]]
@@ -1058,7 +1058,7 @@ dependencies = [
10581058
"hyper",
10591059
"libc",
10601060
"pin-project-lite",
1061-
"socket2 0.5.10",
1061+
"socket2 0.6.0",
10621062
"tokio",
10631063
"tower-service",
10641064
"tracing",

0 commit comments

Comments
 (0)