Skip to content

Commit

Permalink
Bump clap from 4.5.4 to 4.5.14
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.14.
- [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.4...v4.5.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent 2ee917e commit 6391479
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bgpfu-netconf = { path = "./netconf", version = "0.1.0", default-features = fals
anyhow = "^1.0"
async-trait = "^0.1"
bytes = "^1.0"
clap = {version = "^4.0", features = ["derive"]}
clap = {version = "^4.5", features = ["derive"]}
clap-verbosity-flag = "^2.0"
chrono = "^0.4"
futures = { version = "^0.3.30", default-features = false }
Expand Down

0 comments on commit 6391479

Please sign in to comment.