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"] }