Skip to content

Commit af89508

Browse files
Bump clap from 4.5.32 to 4.5.34
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.32 to 4.5.34. - [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.32...clap_complete-v4.5.34) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.34 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 350bf86 commit af89508

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ anyhow = "1.0.81"
2828
async-compression = { version = "0.4.6", features = [ "tokio", "xz", "gzip" ] }
2929
build_html = "2.4.0"
3030
bytes = "1.6.0"
31-
clap = { version = "4.5.1", features = [ "derive" ] }
31+
clap = { version = "4.5.34", features = [ "derive" ] }
3232
futures-util = "0.3.30"
3333
http-body-util = "0.1.0"
3434
hyper = { version = "1.2.0", features = [ "full" ] }

0 commit comments

Comments
 (0)