Skip to content

Commit

Permalink
chore(deps): update clap requirement from =4.5.17 to =4.5.18
Browse files Browse the repository at this point in the history
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [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.17...clap_complete-v4.5.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 84c7b13 commit 12628b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ toml_edit = "=0.22.21"
serde = { version = "=1.0.210", features = ["derive"] }
serde_json = "=1.0.128"
vfs = "=0.12.0"
clap = { version = "=4.5.17", features = ["std", "color", "suggestions", "cargo", "derive"] }
clap = { version = "=4.5.18", features = ["std", "color", "suggestions", "cargo", "derive"] }
clap_complete = "=4.5.28"
petgraph = "=0.6.5"
ansi_term = "=0.12.1"
Expand Down

0 comments on commit 12628b8

Please sign in to comment.