From 9fdbe42ff8408d37fc1a819a133420f7b741863d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:54:25 +0000 Subject: [PATCH] Bump clap from 4.2.4 to 4.3.12 Bumps [clap](https://github.com/clap-rs/clap) from 4.2.4 to 4.3.12. - [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/v4.2.4...v4.3.12) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a91ac0f..de2b541 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ which-rustfmt = ["which"] [dependencies] cbor_event = "2.4.0" cddl = "0.9.1" -clap = { version = "4.2.4", features = ["derive"] } +clap = { version = "4.3.12", features = ["derive"] } codegen = { git = "https://github.com/dcSpark/codegen", branch = "master" } either = "1.8.1" once_cell = "1.17.1"