Skip to content

Commit

Permalink
chore(deps): update clap requirement from =4.5.23 to =4.5.24
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.23...clap_complete-v4.5.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 3e8a059 commit ed8b0ea
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.22"
serde = { version = "=1.0.217", features = ["derive"] }
serde_json = "=1.0.135"
vfs = "=0.12.0"
clap = { version = "=4.5.23", features = ["std", "color", "suggestions", "cargo", "derive"] }
clap = { version = "=4.5.24", features = ["std", "color", "suggestions", "cargo", "derive"] }
clap_complete = "=4.5.41"
petgraph = "=0.7.0"
ansi_term = "=0.12.1"
Expand Down

0 comments on commit ed8b0ea

Please sign in to comment.