Skip to content

Commit 47b1608

Browse files
chore(deps): Update clap requirement from =4.5.20 to =4.5.21
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@clap_complete-v4.5.20...clap_complete-v4.5.21) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fc53bf commit 47b1608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dadk-user/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
88
chrono = { version = "=0.4.35", features = ["serde"] }
9-
clap = { version = "=4.5.20", features = ["derive"] }
9+
clap = { version = "=4.5.21", features = ["derive"] }
1010
dadk-config = { path = "../dadk-config" }
1111
derive_builder = "0.20.0"
1212
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)