Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
1 parent d8bd920 commit 7e4efc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 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 crates/huak_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = [
]

[dependencies]
clap = { version = "4.3.2", features = ["cargo", "derive"] }
clap = { version = "4.3.11", features = ["cargo", "derive"] }
clap_complete = "4.3.2"
colored = "2.0.0"
huak_ops = { path = "../huak_ops"}
Expand Down
2 changes: 1 addition & 1 deletion crates/huak_ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
doctest = false

[dependencies]
clap = { version = "4.3.2", features = ["cargo", "derive"] }
clap = { version = "4.3.11", features = ["cargo", "derive"] }
git2 = "0.17.2"
glob = "0.3.1"
indexmap = "1.9.3"
Expand Down

0 comments on commit 7e4efc1

Please sign in to comment.