From 159e1be10bd2d3032928f4c46290fdb1d26ca457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:47:47 +0200 Subject: [PATCH] Bump clap from 4.1.7 to 4.1.8 (#848) Bumps [clap](https://github.com/clap-rs/clap) from 4.1.7 to 4.1.8. - [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.7...v4.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- cli/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6949282e3..722683be55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,9 +405,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.7" +version = "4.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f3061d6db6d8fcbbd4b05e057f2acace52e64e96b498c08c2d7a4e65addd340" +checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5" dependencies = [ "bitflags", "clap_derive", @@ -420,9 +420,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.1.7" +version = "4.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34d122164198950ba84a918270a3bb3f7ededd25e15f7451673d986f55bd2667" +checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0" dependencies = [ "heck", "proc-macro-error", @@ -3418,7 +3418,7 @@ dependencies = [ name = "subxt-cli" version = "0.27.1" dependencies = [ - "clap 4.1.7", + "clap 4.1.8", "color-eyre", "frame-metadata", "hex", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b84667f25b..5198f30b68 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,7 +22,7 @@ subxt-codegen = { version = "0.27.1", path = "../codegen" } # perform node compatibility subxt-metadata = { version = "0.27.1", path = "../metadata" } # parse command line args -clap = { version = "4.1.6", features = ["derive", "cargo"] } +clap = { version = "4.1.8", features = ["derive", "cargo"] } # colourful error reports color-eyre = "0.6.1" # serialize the metadata