Skip to content

Commit

Permalink
build(deps): update clap_lex requirement from =0.5.0 to =0.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [clap_lex](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.5.0...clap_lex-v0.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 20, 2024
1 parent 7363af5 commit 7e804d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavlink-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = { version = "~4.3.24", optional = true, default-features =false, features
thiserror = "1.0.56"

# Required to support MSRV 1.65.0
clap_lex = { version = "=0.5.0", optional=true }
clap_lex = { version = "=0.7.1", optional=true }
clap_builder = { version = "~4.3.24", optional=true}
anstyle = { version = "=1.0.2", optional=true }
anstyle-query = { version = "=1.0.0", optional=true }
Expand Down

0 comments on commit 7e804d5

Please sign in to comment.