Skip to content

Commit a0f75b9

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
fix(deps): bump clap from 4.5.6 to 4.5.7
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.6 to 4.5.7. - [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.5.6...v4.5.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3423da8 commit a0f75b9

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
@@ -12,7 +12,7 @@ description = "Work out what your external ip is"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
clap = { version = "4.5.6", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
15+
clap = { version = "4.5.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
1616
trust-dns-resolver = "0.23.2"
1717
futures = "0.3.30"
1818
tokio = { version = "1.38.0", features = ["full"] }

0 commit comments

Comments
 (0)