Skip to content

Commit 565faea

Browse files
chore(deps): bump clap from 4.0.29 to 4.1.8
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.29 to 4.1.8. - [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.0.29...v4.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec87b09 commit 565faea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.6", features = ["headers"] }
6767
axum-extra = { version = "0.4", features = ["typed-routing"] }
68-
clap = { version = "4.0.29", features = ["derive"] }
68+
clap = { version = "4.1.8", features = ["derive"] }
6969
criterion = "0.4"
7070
rusty-hook = "^0.11.2"
7171
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)