From 80b649bba02b5b9096faaee4e7129b2275c8444d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:10:57 +0000 Subject: [PATCH] build(deps): bump cosmwasm-schema from 1.3.1 to 1.3.3 Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 1.3.1 to 1.3.3. - [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.3.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 bb97bb06..428990d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema" -version = "1.3.1" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63c337e097a089e5b52b5d914a7ff6613332777f38ea6d9d36e1887cd0baa72e" +checksum = "99222fa0401ee36389550d8a065700380877a2299c3043d24c38d705708c9d9d" dependencies = [ "cosmwasm-schema-derive", "schemars", @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema-derive" -version = "1.3.1" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "766cc9e7c1762d8fc9c0265808910fcad755200cd0e624195a491dd885a61169" +checksum = "4b74eaf9e585ef8e5e3486b240b13ee593cb0f658b5879696937d8c22243d4fb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 34c81b10..5d83f1fe 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.3.3" cw-storage-plus = "1.1.0" cw-utils = "1.0.1" cw2 = "1.1.0"