From a4edbd03366129d180c67417491626c75aaa5fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:22:26 +0000 Subject: [PATCH] build(deps): bump cosmwasm-schema from 1.3.1 to 1.5.0 Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 1.3.1 to 1.5.0. - [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.3.1...v1.5.0) --- updated-dependencies: - dependency-name: cosmwasm-schema dependency-type: direct:production update-type: version-update:semver-minor ... 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 bb97bb06..4369e96a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema" -version = "1.3.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63c337e097a089e5b52b5d914a7ff6613332777f38ea6d9d36e1887cd0baa72e" +checksum = "0df41ea55f2946b6b43579659eec048cc2f66e8c8e2e3652fc5e5e476f673856" dependencies = [ "cosmwasm-schema-derive", "schemars", @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema-derive" -version = "1.3.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "766cc9e7c1762d8fc9c0265808910fcad755200cd0e624195a491dd885a61169" +checksum = "43609e92ce1b9368aa951b334dd354a2d0dd4d484931a5f83ae10e12a26c8ba9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 34c81b10..36981f04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ # Cosmwasm related dependencies cosmwasm-std = "1.3.1" cosmwasm-storage = "1.3.1" -cosmwasm-schema = "1.3.1" +cosmwasm-schema = "1.5.0" cw-storage-plus = "1.1.0" cw-utils = "1.0.1" cw2 = "1.1.0"