Skip to content

Commit

Permalink
build(deps): update anstyle-parse requirement from =0.2.1 to =0.2.5
Browse files Browse the repository at this point in the history
Updates the requirements on [anstyle-parse](https://github.com/rust-cli/anstyle) to permit the latest version.
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.1...anstyle-parse-v0.2.5)

---
updated-dependencies:
- dependency-name: anstyle-parse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent 876a387 commit af95381
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 @@ -22,7 +22,7 @@ clap_lex = { version = "=0.5.0", 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 }
anstyle-parse = { version = "=0.2.1", optional=true }
anstyle-parse = { version = "=0.2.5", optional=true }

[features]
cli = ["dep:clap", "dep:clap_lex", "dep:clap_builder", "dep:anstyle", "dep:anstyle-query", "dep:anstyle-parse"]

0 comments on commit af95381

Please sign in to comment.