From 12388c7be93435ccfef05476d3b5a258bdab2f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:27:45 +0000 Subject: [PATCH] build(deps): update clap_builder requirement from ~4.3.24 to ~4.5.15 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](https://github.com/clap-rs/clap/compare/v4.3.24...v4.3.24) --- updated-dependencies: - dependency-name: clap_builder 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 d885ef9990..9dd8adb607 100644 --- a/mavlink-bindgen/Cargo.toml +++ b/mavlink-bindgen/Cargo.toml @@ -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 }