From f2d6c8b8e27697dee91772d2266d8a09a7fd0edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:38:14 +0000 Subject: [PATCH] chore(deps): update ibc-proto requirement from 0.39.1 to 0.40.0 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.39.1...v0.39.1) --- updated-dependencies: - dependency-name: ibc-proto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bda0b4595..e810cf869 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ ibc-core-router-types = { version = "0.48.1", path = "./ibc-core/ics26-rou ibc-client-tendermint-types = { version = "0.48.1", path = "./ibc-clients/ics07-tendermint/types", default-features = false } ibc-app-transfer-types = { version = "0.48.1", path = "./ibc-apps/ics20-transfer/types", default-features = false } -ibc-proto = { version = "0.39.1", default-features = false } +ibc-proto = { version = "0.40.0", default-features = false } # cosmos dependencies tendermint = { version = "0.34.0", default-features = false }