Skip to content

Commit fcb86eb

Browse files
chore(deps): bump clap from 3.2.23 to 4.0.29
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.23 to 4.0.29. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v3.2.23...v4.0.29) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e57cc6 commit fcb86eb

File tree

2 files changed

+85
-21
lines changed

2 files changed

+85
-21
lines changed

Cargo.lock

Lines changed: 84 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ futures-util = { optional = true, version = "0.3", default-features = false, fea
6565
approx = "0.5"
6666
axum = { version = "0.5", features = ["headers"] }
6767
axum-extra = { version = "0.4", features = ["typed-routing"] }
68-
clap = { version = "3.1.10", features = ["derive"] }
68+
clap = { version = "4.0.29", features = ["derive"] }
6969
criterion = "0.3"
7070
rusty-hook = "^0.11.2"
7171
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)