From 5b75fe19ff43c28d47e5a520d2bf13f8a0267de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 10:33:31 +0000 Subject: [PATCH] build(deps): bump clap from 4.5.27 to 4.5.28 (#2324) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.27 to 4.5.28. - [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.5.27...clap_complete-v4.5.28) --- 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 | 8 ++++---- z2/Cargo.toml | 2 +- zilliqa/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32fb9bc9d..899f00506 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1808,9 +1808,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.27" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" +checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff" dependencies = [ "clap_builder", "clap_derive", @@ -1840,9 +1840,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.24" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" +checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" dependencies = [ "heck", "proc-macro2", diff --git a/z2/Cargo.toml b/z2/Cargo.toml index b20a7f60d..d5b9dae8c 100644 --- a/z2/Cargo.toml +++ b/z2/Cargo.toml @@ -27,7 +27,7 @@ async-trait = "0.1.86" base64 = "0.22.0" bitvec = "1.0.1" blsful = { git = "https://github.com/JamesHinshelwood/agora-blsful", branch = "update-blstrs"} -clap = {version = "4.5.27", features = ["derive"]} +clap = {version = "4.5.28", features = ["derive"]} clap-verbosity-flag = "3.0.2" cliclack = "0.3.5" colored = "3.0.0" diff --git a/zilliqa/Cargo.toml b/zilliqa/Cargo.toml index 968c6de16..a6fb86d46 100644 --- a/zilliqa/Cargo.toml +++ b/zilliqa/Cargo.toml @@ -34,7 +34,7 @@ bincode = "1.3.3" bitvec = { version = "1.0.1", features = ["serde"] } bs58 = "0.5.1" bytes = "1.9.0" -clap = { version = "4.5.27", features = ["derive"] } +clap = { version = "4.5.28", features = ["derive"] } crypto-bigint = "=0.5.5" eth_trie = {path = "../eth-trie.rs"} ethabi = "18.0.0"