From 296eccb2ef5c011816cf507efa20c2ac6eb53caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:42:10 +0000 Subject: [PATCH] chore(deps): update ibc-proto requirement from 0.42.2 to 0.43.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.42.2...v0.42.2) --- 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 62981c026..6d6f46445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ ibc-client-wasm-types = { version = "0.51.0", path = "./ibc-clients/ics08- ibc-app-transfer-types = { version = "0.51.0", path = "./ibc-apps/ics20-transfer/types", default-features = false } ibc-app-nft-transfer-types = { version = "0.51.0", path = "./ibc-apps/ics721-nft-transfer/types", default-features = false } -ibc-proto = { version = "0.42.2", default-features = false } +ibc-proto = { version = "0.43.0", default-features = false } # cosmos dependencies tendermint = { version = "0.34.0", default-features = false }