Skip to content

Commit

Permalink
chore: Bump clap from 3.2.17 to 4.0.27
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.27.
- [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.27)

---
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 Jan 16, 2023
1 parent a5a5124 commit 3587181
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
33 changes: 7 additions & 26 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.10"
once_cell = "1.17"
openssl = { version = "0.10", features = ["vendored"] }
Expand Down

0 comments on commit 3587181

Please sign in to comment.