Skip to content

Commit

Permalink
chore: Bump clap from 3.2.17 to 4.0.26
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 4.0.26.
- [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.17...v4.0.26)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2022
1 parent 156b6f8 commit d76bea4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"

[dependencies]
check-if-email-exists = { path = "../core", features = ["headless"] }
clap = { version = "3.2", features = ["derive", "env"] }
clap = { version = "4.0", features = ["derive", "env"] }
env_logger = "0.9"
once_cell = "1.16"
openssl = { version = "0.10", features = ["vendored"] }
Expand Down

0 comments on commit d76bea4

Please sign in to comment.