From 7c31ecd934a6ae08e1ce5d09ad0bf26376308f54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 02:29:23 +0000 Subject: [PATCH] Bump ethabi-contract from 9.0.0 to 11.0.0 Bumps [ethabi-contract](https://github.com/paritytech/ethabi) from 9.0.0 to 11.0.0. - [Release notes](https://github.com/paritytech/ethabi/releases) - [Changelog](https://github.com/paritytech/ethabi/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/ethabi/compare/v9.0.0...v11.0.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- contracts/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e000470..6d9754d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ name = "bridge-contracts" version = "0.5.0" dependencies = [ "ethabi 9.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ethabi-contract 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ethabi-contract 11.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethabi-derive 9.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "solc 0.1.0 (git+https://github.com/paritytech/rust_solc)", ] @@ -426,7 +426,7 @@ dependencies = [ [[package]] name = "ethabi-contract" -version = "9.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2251,7 +2251,7 @@ dependencies = [ "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" "checksum ethabi 9.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "965126c64662832991f5a748893577630b558e47fa94e7f35aefcd20d737cef7" -"checksum ethabi-contract 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf407dce0290374bfbb1528493bc14320e663f75856b73a5b76262d8e2cec3c9" +"checksum ethabi-contract 11.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88d4002f1f77d8233685dafd8589efe1c9dfa63e21ca6c11134372acc7f68032" "checksum ethabi-derive 9.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bd0753d4f9e1dba99450da5f2400b20527702ae8ce0309a5f7c239d305539884" "checksum ethbloom 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee6ee7065ba6a1597cff1e0598cfc3b0b41b5f65ccdf605560a296e7d94e93bf" "checksum ethereum-transaction 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6689c8377635a1878c1216b8cb5496a36c3009e85425f55e4a562421b35df38d" diff --git a/contracts/Cargo.toml b/contracts/Cargo.toml index 771955e6..c3851f7b 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -6,7 +6,7 @@ authors = ["debris ", "snd "] [dependencies] ethabi = "9.0" ethabi-derive = "9.0" -ethabi-contract = "9.0" +ethabi-contract = "11.0" [build-dependencies] solc = { git = "https://github.com/paritytech/rust_solc" }