From 36a53500b96a0faee79d8b8b1f825294e3a9f6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:48:39 +0000 Subject: [PATCH] Bump clap from 4.1.3 to 4.1.4 Bumps [clap](https://github.com/clap-rs/clap) from 4.1.3 to 4.1.4. - [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.1.3...v4.1.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ede39707ce..6c096444808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,9 +372,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.3" +version = "4.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8d93d855ce6a0aa87b8473ef9169482f40abaa2e9e0993024c35c902cbd5920" +checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" dependencies = [ "bitflags", "clap_derive", @@ -3367,7 +3367,7 @@ dependencies = [ name = "subxt-cli" version = "0.26.0" dependencies = [ - "clap 4.1.3", + "clap 4.1.4", "color-eyre", "frame-metadata", "hex", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e2fcea8633a..8155ec71786 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -21,7 +21,7 @@ subxt-codegen = { version = "0.26.0", path = "../codegen" } # perform node compatibility subxt-metadata = { version = "0.26.0", path = "../metadata" } # parse command line args -clap = { version = "4.0.8", features = ["derive", "cargo"] } +clap = { version = "4.1.4", features = ["derive", "cargo"] } # colourful error reports color-eyre = "0.6.1" # serialize the metadata