From 6c3029b2803f5e52e9f51fd21a7918e2243c4c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:14:41 +0000 Subject: [PATCH] build(deps): bump ethabi from 16.0.0 to 18.0.0 Bumps [ethabi](https://github.com/rust-ethereum/ethabi) from 16.0.0 to 18.0.0. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Changelog](https://github.com/rust-ethereum/ethabi/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-ethereum/ethabi/compare/v16.0.0...v18.0.0) --- updated-dependencies: - dependency-name: ethabi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 89 ++++++++++++++++++++++++++++------- pallets/creditcoin/Cargo.toml | 2 +- 2 files changed, 74 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f06bd71044..89e51c61e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,13 +1456,13 @@ dependencies = [ [[package]] name = "ethabi" -version = "16.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c98847055d934070b90e806e12d3936b787d0a115068981c1d8dfd5dfef5a5" +checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898" dependencies = [ - "ethereum-types", + "ethereum-types 0.14.0", "hex", - "sha3", + "sha3 0.10.4", ] [[package]] @@ -1472,23 +1472,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8" dependencies = [ "crunchy", - "fixed-hash", + "fixed-hash 0.7.0", "impl-rlp", "impl-serde", "tiny-keccak", ] +[[package]] +name = "ethbloom" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" +dependencies = [ + "crunchy", + "fixed-hash 0.8.0", + "impl-rlp", + "tiny-keccak", +] + [[package]] name = "ethereum-types" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf" dependencies = [ - "ethbloom", - "fixed-hash", + "ethbloom 0.11.1", + "fixed-hash 0.7.0", "impl-rlp", "impl-serde", - "primitive-types", + "primitive-types 0.10.1", + "uint", +] + +[[package]] +name = "ethereum-types" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81224dc661606574f5a0f28c9947d0ee1d93ff11c5f1c4e7272f52e8c0b5483c" +dependencies = [ + "ethbloom 0.13.0", + "fixed-hash 0.8.0", + "impl-rlp", + "primitive-types 0.12.1", "uint", ] @@ -1587,6 +1612,17 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "fixed-hash" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" +dependencies = [ + "byteorder", + "rustc-hex", + "static_assertions", +] + [[package]] name = "fixedbitset" version = "0.4.1" @@ -3099,7 +3135,7 @@ dependencies = [ "pin-project 1.0.10", "rand 0.7.3", "salsa20", - "sha3", + "sha3 0.9.1", ] [[package]] @@ -3669,7 +3705,7 @@ dependencies = [ "generic-array 0.14.5", "multihash-derive", "sha2 0.9.9", - "sha3", + "sha3 0.9.1", "unsigned-varint 0.5.1", ] @@ -3974,7 +4010,7 @@ dependencies = [ "bitcoin-bech32", "bstr", "ethabi", - "ethereum-types", + "ethereum-types 0.12.1", "extend", "frame-benchmarking", "frame-support", @@ -4205,7 +4241,7 @@ dependencies = [ "impl-trait-for-tuples", "parity-util-mem-derive", "parking_lot 0.11.2", - "primitive-types", + "primitive-types 0.10.1", "smallvec", "winapi 0.3.9", ] @@ -4521,7 +4557,7 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373" dependencies = [ - "fixed-hash", + "fixed-hash 0.7.0", "impl-codec", "impl-rlp", "impl-serde", @@ -4529,6 +4565,17 @@ dependencies = [ "uint", ] +[[package]] +name = "primitive-types" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66" +dependencies = [ + "fixed-hash 0.8.0", + "impl-rlp", + "uint", +] + [[package]] name = "primitives" version = "2.0.0-beta.7" @@ -6063,6 +6110,16 @@ dependencies = [ "opaque-debug 0.3.0", ] +[[package]] +name = "sha3" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaedf34ed289ea47c2b741bb72e5357a209512d67bcd4bda44359e5bf0470f56" +dependencies = [ + "digest 0.10.3", + "keccak", +] + [[package]] name = "sha3pow" version = "2.0.0-beta.7" @@ -6074,7 +6131,7 @@ dependencies = [ "sc-consensus-pow", "sc-keystore", "scale-info", - "sha3", + "sha3 0.9.1", "sp-api", "sp-application-crypto", "sp-consensus-pow", @@ -6348,7 +6405,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.2", - "primitive-types", + "primitive-types 0.10.1", "rand 0.7.3", "regex", "scale-info", @@ -6577,7 +6634,7 @@ source = "git+https://github.com/gluwa/substrate.git?rev=973dd744f5f7c6322799bbf dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "primitive-types", + "primitive-types 0.10.1", "sp-externalities", "sp-runtime-interface-proc-macro", "sp-std", diff --git a/pallets/creditcoin/Cargo.toml b/pallets/creditcoin/Cargo.toml index 3e1c5cdddf..0ac44be715 100644 --- a/pallets/creditcoin/Cargo.toml +++ b/pallets/creditcoin/Cargo.toml @@ -17,7 +17,7 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies] log = "0.4.17" extend = "1.1.2" -ethabi = { version = "16.0.0", features = ["rlp"], default-features = false } +ethabi = { version = "18.0.0", features = ["rlp"], default-features = false } ethereum-types = { version = "0.12.1", features = [ "rlp", "serialize",