From 57b18e0da8d7c3aa398a3324a19101a98a34a5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:56:24 +0000 Subject: [PATCH] chore(deps): bump clap from 4.5.0 to 4.5.1 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.0 to 4.5.1. - [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.0...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- moksha-cli/Cargo.toml | 2 +- moksha-mint/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38662962..5180ce2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,9 +467,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.0" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f" +checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" dependencies = [ "clap_builder", "clap_derive", @@ -477,9 +477,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.0" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99" +checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" dependencies = [ "anstream", "anstyle", diff --git a/moksha-cli/Cargo.toml b/moksha-cli/Cargo.toml index 9ed67664..d585ee54 100644 --- a/moksha-cli/Cargo.toml +++ b/moksha-cli/Cargo.toml @@ -15,7 +15,7 @@ name = "moksha-cli" [dependencies] moksha-wallet = { version = "0.2.0-beta", path = "../moksha-wallet" } moksha-core = { version = "0.2.0-beta", path = "../moksha-core" } -clap = { version = "4.4.8", features = ["derive"] } +clap = { version = "4.5.1", features = ["derive"] } tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "macros"] } url = "2.4.1" anyhow = { version = "1.0.75", features = ["backtrace"] } diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index e2bcdec9..35b74c9e 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -17,7 +17,7 @@ name = "mokshamint" path = "src/lib.rs" [dependencies] -clap = { version = "4.5.0", features = ["env", "derive"] } +clap = { version = "4.5.1", features = ["env", "derive"] } hex = "0.4.3" async-trait = "0.1.74" anyhow = { version = "1.0.75", features = ["backtrace"] }