Skip to content

Commit

Permalink
build(deps): update clap_builder requirement from ~4.3.24 to ~4.5.15
Browse files Browse the repository at this point in the history
Updates the requirements on [clap_builder](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@v4.3.24...v4.3.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent b41d557 commit 12388c7
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 @@ -21,7 +21,7 @@ thiserror = "1.0.56"

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

0 comments on commit 12388c7

Please sign in to comment.