From 6d6cb4b3055473bee2f2eecac7efcb9cdfce172c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 09:06:14 +0000 Subject: [PATCH] chore(deps): bump cosmwasm-schema from 1.2.1 to 1.2.4 in /cosmwasm Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 1.2.1 to 1.2.4. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.2.4/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.2.1...v1.2.4) --- updated-dependencies: - dependency-name: cosmwasm-schema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cosmwasm/Cargo.lock | 8 ++++---- cosmwasm/contracts/price-feed/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cosmwasm/Cargo.lock b/cosmwasm/Cargo.lock index aea6389..8715e65 100644 --- a/cosmwasm/Cargo.lock +++ b/cosmwasm/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema" -version = "1.2.1" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9118e36843df6648fd0a626c46438f87038f296ec750cef3832cafc483c483f9" +checksum = "3e9e92cdce475a91659d0dc4d17836a484fc534e80e787281aa4adde4cb1798b" dependencies = [ "cosmwasm-schema-derive", "schemars", @@ -104,9 +104,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema-derive" -version = "1.2.1" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78d6fc9854ac14e46cb69b0f396547893f93d2847aef975950ebbe73342324f3" +checksum = "69681bac3dbeb0b00990279e3ed39e3d4406b29f538b16b712f6771322a45048" dependencies = [ "proc-macro2", "quote", diff --git a/cosmwasm/contracts/price-feed/Cargo.toml b/cosmwasm/contracts/price-feed/Cargo.toml index 6d196e3..2440fbe 100644 --- a/cosmwasm/contracts/price-feed/Cargo.toml +++ b/cosmwasm/contracts/price-feed/Cargo.toml @@ -33,6 +33,6 @@ cw-controllers = "1.0.1" cosmwasm-std = "1.2.1" cw-storage-plus = "1.0.1" serde_json = "1.0.93" -cosmwasm-schema = "1.2.1" +cosmwasm-schema = "1.2.4" thiserror = "1.0.38" semver = "1.0.16"