Skip to content

Commit 4028c15

Browse files
build(deps): bump the clap group with 2 updates
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.50 to 4.5.51 - [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.50...clap_complete-v4.5.51) Updates `clap_builder` from 4.5.50 to 4.5.51 - [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.50...v4.5.51) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_builder dependency-version: 4.5.51 dependency-type: indirect update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ebd74b commit 4028c15

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -291,19 +291,19 @@ dependencies = [
291291

292292
[[package]]
293293
name = "clap"
294-
version = "4.5.50"
294+
version = "4.5.51"
295295
source = "registry+https://github.com/rust-lang/crates.io-index"
296-
checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623"
296+
checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
297297
dependencies = [
298298
"clap_builder",
299299
"clap_derive",
300300
]
301301

302302
[[package]]
303303
name = "clap_builder"
304-
version = "4.5.50"
304+
version = "4.5.51"
305305
source = "registry+https://github.com/rust-lang/crates.io-index"
306-
checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0"
306+
checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
307307
dependencies = [
308308
"anstyle",
309309
"clap_lex",
@@ -556,7 +556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
556556
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
557557
dependencies = [
558558
"libc",
559-
"windows-sys 0.52.0",
559+
"windows-sys 0.61.0",
560560
]
561561

562562
[[package]]
@@ -1006,7 +1006,7 @@ dependencies = [
10061006
"hyper",
10071007
"libc",
10081008
"pin-project-lite",
1009-
"socket2 0.5.10",
1009+
"socket2 0.6.0",
10101010
"tokio",
10111011
"tower-service",
10121012
"tracing",
@@ -2057,7 +2057,7 @@ dependencies = [
20572057
"errno",
20582058
"libc",
20592059
"linux-raw-sys",
2060-
"windows-sys 0.52.0",
2060+
"windows-sys 0.59.0",
20612061
]
20622062

20632063
[[package]]

0 commit comments

Comments
 (0)