From 7446368b03e210f2655ff66c4ddbc4b676f2a65b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:57:49 +0000 Subject: [PATCH] Bump clap from 4.1.1 to 4.1.13 Bumps [clap](https://github.com/clap-rs/clap) from 4.1.1 to 4.1.13. - [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.1.1...v4.1.13) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 239049d..d19cb7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,9 +413,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.1" +version = "4.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2" +checksum = "3c911b090850d79fc64fe9ea01e28e465f65e821e08813ced95bced72f7a8a9b" dependencies = [ "bitflags", "clap_lex", diff --git a/Cargo.toml b/Cargo.toml index 6124c6c..eab9ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ default-run = "certificate_carver" async-std = "1.12.0" base64 = "0.21" chrono = "0.4.23" -clap = "4.1.1" +clap = "4.1.13" encoding = "0.2" futures-core = "0.3.25" hex = "0.4"