Skip to content

Commit

Permalink
chore(deps): Update clap requirement from =4.5.20 to =4.5.26
Browse files Browse the repository at this point in the history
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.26)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent dabfa66 commit 5e33392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dadk-user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-2.0-only"
[dependencies]
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
chrono = { version = "=0.4.35", features = ["serde"] }
clap = { version = "=4.5.20", features = ["derive"] }
clap = { version = "=4.5.26", features = ["derive"] }
dadk-config = { version = "0.2.0", path = "../dadk-config" }
derive_builder = "0.20.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 5e33392

Please sign in to comment.