Skip to content

Commit 2b76025

Browse files
build(deps): bump clap from 4.5.60 to 4.6.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0. - [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.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95ac17c commit 2b76025

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -11,7 +11,7 @@ keywords = ["github", "osint", "rust", "leak"]
1111
categories = ["command-line-utilities"]
1212

1313
[dependencies]
14-
clap = { version = "4.5", default-features = false, features = ["wrap_help", "derive", "std"] }
14+
clap = { version = "4.6", default-features = false, features = ["wrap_help", "derive", "std"] }
1515
itertools = "0.14"
1616
regex = "1.12"
1717
reqwest = { version = "0.13", default-features = false, features = ["blocking", "json", "rustls"] }

0 commit comments

Comments
 (0)