From eb237234bd21a03fd83ca2a59ff5bb238b6af218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:47:41 +0000 Subject: [PATCH] chore(deps): update ics23 requirement from 0.11 to 0.12 Updates the requirements on [ics23](https://github.com/cosmos/ics23) to permit the latest version. - [Release notes](https://github.com/cosmos/ics23/releases) - [Changelog](https://github.com/cosmos/ics23/blob/master/CHANGELOG.md) - [Commits](https://github.com/cosmos/ics23/compare/rust/v0.11.0...rust/v0.12.0) --- updated-dependencies: - dependency-name: ics23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ibc-core/ics23-commitment/types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibc-core/ics23-commitment/types/Cargo.toml b/ibc-core/ics23-commitment/types/Cargo.toml index c1ce47b36..b627642fd 100644 --- a/ibc-core/ics23-commitment/types/Cargo.toml +++ b/ibc-core/ics23-commitment/types/Cargo.toml @@ -30,7 +30,7 @@ subtle-encoding = { workspace = true } # ibc dependencies ibc-proto = { workspace = true } ibc-primitives = { workspace = true } -ics23 = { version = "0.11", default-features = false, features = [ "host-functions" ] } +ics23 = { version = "0.12", default-features = false, features = [ "host-functions" ] } ibc-core-host-types = { workspace = true } # parity dependencies