From 9bb93de8733bbc30acbf82e3f2e3414b7b422621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:50:01 +0000 Subject: [PATCH] build(deps): bump cosmwasm-schema from 2.1.3 to 2.1.4 Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v2.1.4/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v2.1.3...v2.1.4) --- 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 2264abe6..b0045d68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,9 +672,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc0d4d85e83438ab9a0fea9348446f7268bc016aacfebce37e998559f151294" +checksum = "f86b4d949b6041519c58993a73f4bbfba8083ba14f7001eae704865a09065845" dependencies = [ "cosmwasm-schema-derive", "schemars", @@ -685,9 +685,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema-derive" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edf5c8adac41bb7751c050d7c4c18675be19ee128714454454575e894424eeef" +checksum = "c8ef1b5835a65fcca3ab8b9a02b4f4dacc78e233a5c2f20b270efb9db0666d12" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fd7dd029..3407ffc1 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.3" +cosmwasm-schema = "2.1.4" cosmwasm-std = { version = "2.1.3", features = ["cosmwasm_2_1"] } cosmwasm-storage = "1.5.2" cw-multi-test = "2.1.1"