Skip to content

Commit d7b3113

Browse files
build(deps): bump clap from 4.0.18 to 4.0.22 (#338)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.18 to 4.0.22. - [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.18...v4.0.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6c0fb0 commit d7b3113

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
hyper = { version = "0.14", features = ["stream", "server", "http1", "http2", "tcp"] }
99
futures = { version = "0.3", default-features = false, features = ["std"] }
10-
clap = { version = "4.0.18", features = ["derive"] }
10+
clap = { version = "4.0.22", features = ["derive"] }
1111
http = "0.2"
1212
tokio = { version = "1.21", features = ["rt-multi-thread", "macros", "net"] }
1313
rustls = "0.20"

0 commit comments

Comments
 (0)