From 7ec603cd61bb7494655193d53d4a268b794064f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:46:00 +0000 Subject: [PATCH] chore(deps): bump clap from 3.0.13 to 3.0.14 Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.0.14. - [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/v3.0.13...v3.0.14) --- 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 f7325b90..ffc190a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.0.13" +version = "3.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e" +checksum = "b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index f3a25e90..76baba33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ pallas = "0.4.0" hex = "0.4.3" net2 = "0.2.37" bech32 = "0.8.1" -clap = "3.0.13" +clap = "3.0.14" log = "0.4.14" env_logger = "0.9.0" crossterm = "0.23"