From 7efe39340ac29e869c1a9c6f56449e9eb9485613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 20:11:45 +0000 Subject: [PATCH] Bump ibc from 0.31.0 to 0.34.0 Bumps [ibc](https://github.com/cosmos/ibc-rs) from 0.31.0 to 0.34.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.34.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 7a6540d4..99750493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2364,9 +2364,9 @@ dependencies = [ [[package]] name = "ibc" -version = "0.31.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14226f21ea3850f75b207b4ed49293fed582fe971d4fe5e31ddc602355cd72f8" +checksum = "6702bbc25d1cf6c22c52ecf51dfa165a1599882fe80edf3c6529488a779b5259" dependencies = [ "bytes", "derive_more", diff --git a/common/Cargo.toml b/common/Cargo.toml index f76225ad..4b6d7c8c 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.34", features = ["serde"], default-features = false } ibc-proto = { version = "0.26", default-features = false } itertools = "0.10" lazy_static = "1"