From 78d452b2db082a27980f7293423bba8e4eb7ec6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:09:05 +0000 Subject: [PATCH] build(deps): update anstyle-parse requirement from =0.2.1 to =0.2.4 Updates the requirements on [anstyle-parse](https://github.com/rust-cli/anstyle) to permit the latest version. - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...anstyle-parse-v0.2.4) --- updated-dependencies: - dependency-name: anstyle-parse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mavlink-bindgen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mavlink-bindgen/Cargo.toml b/mavlink-bindgen/Cargo.toml index 1d8cf1ff..ae76c506 100644 --- a/mavlink-bindgen/Cargo.toml +++ b/mavlink-bindgen/Cargo.toml @@ -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.4", optional=true } [features] cli = ["dep:clap", "dep:clap_lex", "dep:clap_builder", "dep:anstyle", "dep:anstyle-query", "dep:anstyle-parse"]