Skip to content

Commit

Permalink
build(deps): update anstyle-query requirement from =1.0.0 to =1.1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [anstyle-query](https://github.com/rust-cli/anstyle) to permit the latest version.
- [Commits](rust-cli/anstyle@anstyle-query-v1.0.0...anstyle-query-v1.1.1)

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

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

[features]
Expand Down

0 comments on commit b88ce82

Please sign in to comment.