From 8136e7375ac2cb865461d340b1ce2ef72a15aea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:01:24 +0000 Subject: [PATCH] Bump ibc from 0.31.0 to 0.36.0 Bumps [ibc](https://github.com/cosmos/ibc-rs) from 0.31.0 to 0.36.0. - [Release notes](https://github.com/cosmos/ibc-rs/releases) - [Changelog](https://github.com/cosmos/ibc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/cosmos/ibc-rs/compare/v0.31.0...v0.36.0) --- updated-dependencies: - dependency-name: ibc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad277f16..ae25e4f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2364,9 +2364,9 @@ dependencies = [ [[package]] name = "ibc" -version = "0.31.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14226f21ea3850f75b207b4ed49293fed582fe971d4fe5e31ddc602355cd72f8" +checksum = "a8464a849bef0acd4bbc82a69cecc7f42238badeadedffeade945565191e81a6" dependencies = [ "bytes", "derive_more", diff --git a/common/Cargo.toml b/common/Cargo.toml index f76225ad..e2b9ae21 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -32,7 +32,7 @@ bip39 = { version = "2", default-features = false } cosmrs = { git = "https://github.com/crypto-com/cosmos-rust.git" } eyre = "0.6" ethers = { version = "2", features = ["rustls", "abigen"] } -ibc = { version = "0.31", features = ["serde"], default-features = false } +ibc = { version = "0.36", features = ["serde"], default-features = false } ibc-proto = { version = "0.26", default-features = false } itertools = "0.10" lazy_static = "1"