From 82786747afbfc1896858cd2e258bf90be30f9d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:33:47 +0000 Subject: [PATCH] build(deps): bump cosmwasm-schema from 2.1.1 to 2.1.2 Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v2.1.2/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: cosmwasm-schema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb971e3a..4fae1695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -669,9 +669,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f79879b6b7ef6a331b05030ce91ce46a7c4b0baf1ed6b382cce2e9a168109380" +checksum = "6c39bc68b97efa68799a9a73451df4ab6a16d49bc61ff3c5977d5685546bbd3e" dependencies = [ "cosmwasm-schema-derive", "schemars", @@ -682,9 +682,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema-derive" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b53e33c0e97170c7ac9cb440f4bc599a07f9cbb9b7e87916cca37b1239d57b" +checksum = "51fa3be13f024b4e01cdcb88405bc50a1a01729789843fe52b05780202a49957" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a7238cad..a7108f24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ axone-objectarium = { path = "contracts/axone-objectarium", features = [ axone-objectarium-client = { path = "packages/axone-objectarium-client" } axone-rdf = { path = "packages/axone-rdf" } axone-wasm = { path = "packages/axone-wasm" } -cosmwasm-schema = "2.1.1" +cosmwasm-schema = "2.1.2" cosmwasm-std = { version = "2.1.1", features = ["cosmwasm_2_1"] } cosmwasm-storage = "1.5.2" cw-multi-test = "2.1.0"