From 5e33392f88e8b5b0a619c5077dfaeb210cd42eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:18:09 +0000 Subject: [PATCH] chore(deps): Update clap requirement from =4.5.20 to =4.5.26 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](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.26) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dadk-user/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dadk-user/Cargo.toml b/dadk-user/Cargo.toml index b8133d0..d26f710 100644 --- a/dadk-user/Cargo.toml +++ b/dadk-user/Cargo.toml @@ -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"