From 3d4ed500e3d6173936293811620b73966ea3108b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:14:43 +0000 Subject: [PATCH] Update ibc-proto requirement from 0.24.1 to 0.25.0 in /ci/no-std-check 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.24.1...v0.25.0) --- updated-dependencies: - dependency-name: ibc-proto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/no-std-check/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/no-std-check/Cargo.toml b/ci/no-std-check/Cargo.toml index 7093c8907..3bb142868 100644 --- a/ci/no-std-check/Cargo.toml +++ b/ci/no-std-check/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [dependencies] ibc = { path = "../../crates/ibc", default-features = false, features = ["serde", "mocks-no-std"] } -ibc-proto = { version = "0.24.1", default-features = false, features = ["parity-scale-codec", "borsh"]} +ibc-proto = { version = "0.25.0", default-features = false, features = ["parity-scale-codec", "borsh"]} tendermint = { version = "0.28.0", default-features = false } tendermint-proto = { version = "0.28.0", default-features = false } tendermint-light-client-verifier = { version = "0.28.0", default-features = false }