From f0ea3c2ded955d8b89a6445d8b90ca8f7604307d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:14:35 +0000 Subject: [PATCH] chore(deps): update ibc-proto requirement in /crates/ibc Updates the requirements on [ibc-proto](https://github.com/cosmos/ibc-proto-rs) to permit the latest version. - [Release notes](https://github.com/cosmos/ibc-proto-rs/releases) - [Changelog](https://github.com/cosmos/ibc-proto-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/cosmos/ibc-proto-rs/compare/v0.37.1...v0.38.0) --- updated-dependencies: - dependency-name: ibc-proto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/ibc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ibc/Cargo.toml b/crates/ibc/Cargo.toml index ae4d4d56b..71aa62624 100644 --- a/crates/ibc/Cargo.toml +++ b/crates/ibc/Cargo.toml @@ -50,7 +50,7 @@ mocks = ["tendermint-testgen", "parking_lot", "typed-builder", "std"] [dependencies] # Proto definitions for all IBC-related interfaces, e.g., connections or channels. -ibc-proto = { version = "0.37.1", default-features = false } +ibc-proto = { version = "0.38.0", default-features = false } ics23 = { version = "0.11", default-features = false, features = ["host-functions"] } time = { version = ">=0.3.0, <0.3.31", default-features = false } serde_derive = { version = "1.0.104", default-features = false, optional = true }