From 7e804d5e93d11fc870bb9dae847cb48046741b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:09:11 +0000 Subject: [PATCH] build(deps): update clap_lex requirement from =0.5.0 to =0.7.1 Updates the requirements on [clap_lex](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/clap_lex-v0.5.0...clap_lex-v0.7.1) --- updated-dependencies: - dependency-name: clap_lex 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..5c994f09 100644 --- a/mavlink-bindgen/Cargo.toml +++ b/mavlink-bindgen/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "~4.3.24", optional = true, default-features =false, features thiserror = "1.0.56" # Required to support MSRV 1.65.0 -clap_lex = { version = "=0.5.0", optional=true } +clap_lex = { version = "=0.7.1", 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 }