Skip to content

Commit c4c5dc8

Browse files
chore(deps): update clap requirement from ~4.3.24 to ~4.5.48
Updates the requirements on [clap](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](clap-rs/clap@v4.3.24...v4.3.24) --- updated-dependencies: - dependency-name: clap dependency-version: 4.3.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35b686a commit c4c5dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mavlink-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quote = "1"
1919
proc-macro2 = "1.0.43"
2020
lazy_static = "1.2.0"
2121
serde = { version = "1.0.115", optional = true, features = ["derive"] }
22-
clap = { version = "~4.3.24", optional = true, default-features =false, features = ["derive", "help", "usage", "error-context"] }
22+
clap = { version = "~4.5.48", optional = true, default-features =false, features = ["derive", "help", "usage", "error-context"] }
2323
thiserror = { version = "2.0.12", default-features = false }
2424
arbitrary = { version = "1.4", optional = true, features = ["derive"] }
2525
rand = { version = "0.9", optional = true, default-features = false, features = ["std", "std_rng"] }

0 commit comments

Comments
 (0)