From 9baa589055f7b06a9c5d09a4671f20de22148e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:02:04 +0000 Subject: [PATCH] chore(deps): update cosmwasm-schema requirement from 1.4.1 to 2.0.1 Updates the requirements on [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) to permit the latest version. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.4.1...v2.0.1) --- updated-dependencies: - dependency-name: cosmwasm-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ibc-clients/ics08-wasm/types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibc-clients/ics08-wasm/types/Cargo.toml b/ibc-clients/ics08-wasm/types/Cargo.toml index 3fbf0cb68..9e33086a2 100644 --- a/ibc-clients/ics08-wasm/types/Cargo.toml +++ b/ibc-clients/ics08-wasm/types/Cargo.toml @@ -19,7 +19,7 @@ description = """ base64 = { workspace = true , features = ["alloc"] } displaydoc = { workspace = true } serde = { workspace = true , optional = true } -cosmwasm-schema = { version = "1.4.1", default-features = false, optional = true } +cosmwasm-schema = { version = "2.0.1", default-features = false, optional = true } # ibc dependencies ibc-core-client = { workspace = true }