From 3017925d289f10ccc5842ce8490b2382ddd70421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:55:14 +0000 Subject: [PATCH] build(deps): bump cosmwasm-schema from 2.1.2 to 2.1.3 Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v2.1.3/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v2.1.2...v2.1.3) --- 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 da6d3faf..1949bff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -669,9 +669,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c39bc68b97efa68799a9a73451df4ab6a16d49bc61ff3c5977d5685546bbd3e" +checksum = "4bc0d4d85e83438ab9a0fea9348446f7268bc016aacfebce37e998559f151294" dependencies = [ "cosmwasm-schema-derive", "schemars", @@ -682,9 +682,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema-derive" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51fa3be13f024b4e01cdcb88405bc50a1a01729789843fe52b05780202a49957" +checksum = "edf5c8adac41bb7751c050d7c4c18675be19ee128714454454575e894424eeef" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6baca3de..298247d4 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.2" +cosmwasm-schema = "2.1.3" cosmwasm-std = { version = "2.1.2", features = ["cosmwasm_2_1"] } cosmwasm-storage = "1.5.2" cw-multi-test = "2.1.0"