diff --git a/Cargo.lock b/Cargo.lock index 3354676395..0ee386efcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -790,7 +790,7 @@ name = "chain-vote" version = "0.1.0" source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#4876be80441bed5c2796428d6b96739526b016a2" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "chain-core", "chain-crypto", "const_format", @@ -827,9 +827,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.13" +version = "3.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4b3ee449efa0c4f95cd48b00539829d3655a98e189a90617246492788d22404" +checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9" dependencies = [ "atty", "bitflags", @@ -843,9 +843,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.2.0" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213" +checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" dependencies = [ "os_str_bytes", ] @@ -2379,7 +2379,7 @@ dependencies = [ "chain-impl-mockchain", "chain-time", "chain-vote", - "clap 3.1.13", + "clap 3.2.16", "ed25519-bip32", "gtmpl", "hex", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 3831c849f6..1ebdf48319 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -37,7 +37,7 @@ ed25519-bip32 = "0.4.1" thiserror = "1.0" bytes = "1.1" rpassword = "6.0" -clap = { version = "3.1", default-features = false, features = ["suggestions", "color", "wrap_help", "std"] } +clap = { version = "3.2", default-features = false, features = ["suggestions", "color", "wrap_help", "std"] } [features] evm = ["jormungandr-lib/evm", "chain-evm"]