Skip to content

Commit

Permalink
build(deps): update clap requirement from <4.5 to <4.6
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_lex-v0.1.0...v4.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 1e53a5a commit fa97e80
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 @@ -29,7 +29,7 @@ serde_json = "1.0"
bincode = "1.3.3"
bitfield = "0.15.0"
msru = "0.2.0"
clap = { version = "<4.5", features = [ "derive" ] }
clap = { version = "<4.6", features = [ "derive" ] }
codicon = "3.0"
colorful = "0.2.2"
libc = "0.2.139"
Expand Down

0 comments on commit fa97e80

Please sign in to comment.