Skip to content

Commit bffdae2

Browse files
chore(deps): bump clap from 4.5.49 to 4.5.50
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.49 to 4.5.50. - [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.49...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e818b9a commit bffdae2

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
@@ -140,19 +140,19 @@ dependencies = [
140140

141141
[[package]]
142142
name = "clap"
143-
version = "4.5.49"
143+
version = "4.5.50"
144144
source = "registry+https://github.com/rust-lang/crates.io-index"
145-
checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
145+
checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623"
146146
dependencies = [
147147
"clap_builder",
148148
"clap_derive",
149149
]
150150

151151
[[package]]
152152
name = "clap_builder"
153-
version = "4.5.49"
153+
version = "4.5.50"
154154
source = "registry+https://github.com/rust-lang/crates.io-index"
155-
checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
155+
checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0"
156156
dependencies = [
157157
"anstream",
158158
"anstyle",

0 commit comments

Comments
 (0)