From 11d8aedd977eabd302941c533933871eb3e15537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:55:34 +0000 Subject: [PATCH] Bump clap from 4.5.4 to 4.5.7 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.7. - [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.4...v4.5.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ coordinator/Cargo.toml | 2 +- participant/Cargo.toml | 2 +- server/Cargo.toml | 2 +- trusted-dealer/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f643d8a..1a238450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,9 +322,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.4" +version = "4.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" dependencies = [ "clap_builder", "clap_derive", @@ -332,9 +332,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" dependencies = [ "anstream", "anstyle", @@ -344,9 +344,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.4" +version = "4.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 5a3f9751..1e2fbde3 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -16,7 +16,7 @@ rand = "0.8" serde_json = "1.0" itertools = "0.13.0" exitcode = "1.1.2" -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.7", features = ["derive"] } reqwest = { version = "0.12.4", features = ["json"] } server = { path = "../server" } tokio = { version = "1", features = ["full"] } diff --git a/participant/Cargo.toml b/participant/Cargo.toml index 123d58a5..0dd85e6c 100644 --- a/participant/Cargo.toml +++ b/participant/Cargo.toml @@ -14,7 +14,7 @@ rand = "0.8" eyre = "0.6.12" exitcode = "1.1.2" serde_json = "1.0" -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.7", features = ["derive"] } tokio = { version = "1", features = ["full"] } message-io = "0.18" reqwest = { version = "0.12.4", features = ["json"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index ea9acb5b..069fe3c3 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] axum = "0.7.5" -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.7", features = ["derive"] } derivative = "2.2.0" eyre = "0.6.11" frost-core = { version = "1.0.0-rc.0", features = ["serde"] } diff --git a/trusted-dealer/Cargo.toml b/trusted-dealer/Cargo.toml index 84872691..cb51d85b 100644 --- a/trusted-dealer/Cargo.toml +++ b/trusted-dealer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] frost-ed25519 = { version = "1.0.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "81c649c412e5b6ba56d491d2857f91fbd28adbc7", features = ["frost"] } -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.7", features = ["derive"] } thiserror = "1.0" rand = "0.8" hex = "0.4"