diff --git a/Cargo.lock b/Cargo.lock index 3354676395..997482cea0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,15 +339,15 @@ checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b" [[package]] name = "bech32" -version = "0.7.3" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dabbe35f96fb9507f7330793dc490461b2962659ac5d427181e451a623751d1" +checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" [[package]] name = "bech32" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" +checksum = "c5738be7561b0eeb501ef1d5c5db3f24e01ceb55fededd9b00039aada34966ad" [[package]] name = "beef" @@ -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", ] @@ -2369,7 +2369,7 @@ version = "0.13.0" dependencies = [ "assert_fs", "base64", - "bech32 0.8.1", + "bech32 0.9.0", "bincode", "bytes", "chain-addr", @@ -2379,7 +2379,7 @@ dependencies = [ "chain-impl-mockchain", "chain-time", "chain-vote", - "clap 3.1.13", + "clap 3.2.16", "ed25519-bip32", "gtmpl", "hex", @@ -2417,7 +2417,7 @@ dependencies = [ "arc-swap", "async-trait", "base64", - "bech32 0.8.1", + "bech32 0.9.0", "cardano-legacy-address", "chain-addr", "chain-core", @@ -2479,7 +2479,7 @@ dependencies = [ "assert_cmd", "assert_fs", "base64", - "bech32 0.8.1", + "bech32 0.9.0", "bytesize", "cardano-legacy-address", "chain-addr", @@ -2544,7 +2544,7 @@ dependencies = [ "assert_cmd", "assert_fs", "base64", - "bech32 0.7.3", + "bech32 0.9.0", "chain-addr", "chain-core", "chain-crypto", @@ -2593,7 +2593,7 @@ name = "jormungandr-lib" version = "0.13.0" dependencies = [ "base64", - "bech32 0.8.1", + "bech32 0.9.0", "bincode", "cardano-legacy-address", "chain-addr", @@ -4862,7 +4862,7 @@ name = "thor" version = "0.1.0" dependencies = [ "assert_fs", - "bech32 0.8.1", + "bech32 0.9.0", "bincode", "chain-addr", "chain-core", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 3831c849f6..3a551eb4ff 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.81" serde_yaml = "0.8" bincode = "1.3.3" structopt = "^0.3" -bech32 = "0.8" +bech32 = "0.9" hex = "0.4.2" rayon = "1.5" base64 = "0.13.0" @@ -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"] diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 88431e4c69..9d39f56425 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -26,7 +26,7 @@ humantime = "2.0" thiserror = "1.0" multiaddr = { package = "parity-multiaddr", version = "0.11", default-features = false } hex = "0.4" -bech32 = "0.8" +bech32 = "0.9" base64 = "0.13.0" http = "0.2.2" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index f31eadb34c..dbd1c770ea 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -27,7 +27,7 @@ imhamt = { git = "https://github.com/input-output-hk/chain-libs.git", branch = " arc-swap = "^1.5.0" async-trait = "0.1.51" base64 = "0.13.0" -bech32 = "0.8" +bech32 = "0.9" futures = "0.3.21" hex = "0.4" jormungandr-lib = { path = "../jormungandr-lib" } diff --git a/testing/jormungandr-automation/Cargo.toml b/testing/jormungandr-automation/Cargo.toml index 0dcb8a5c2b..a54ab1094b 100644 --- a/testing/jormungandr-automation/Cargo.toml +++ b/testing/jormungandr-automation/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] } tokio-stream = "0.1" futures = "0.3.21" base64 = "0.13" -bech32 = "0.8" +bech32 = "0.9" bytesize = "1.1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/testing/jormungandr-integration-tests/Cargo.toml b/testing/jormungandr-integration-tests/Cargo.toml index 2a01a22c48..f0635ef25a 100644 --- a/testing/jormungandr-integration-tests/Cargo.toml +++ b/testing/jormungandr-integration-tests/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] tonic = "0.6" -bech32 = "0.7" +bech32 = "0.9" prost = "0.9" tokio = { version = "1.15", features = ["macros", "time"] } futures = "0.3.21" diff --git a/testing/thor/Cargo.toml b/testing/thor/Cargo.toml index 0057bac0b7..81dc7478a6 100644 --- a/testing/thor/Cargo.toml +++ b/testing/thor/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "1.0" custom_debug = "0.5" bincode = "1.3" hex = "0.4" -bech32 = "0.8" +bech32 = "0.9" time = { version = "0.3", features = ["macros"] } [dev-dependencies]