From 0ad97fb3557eb5f2c9cbecd99bfe69a29ef4b91b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:09:37 +0000 Subject: [PATCH] Bump cosmwasm-schema from 1.2.1 to 1.5.0 in /cosmwasm Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 1.2.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.2.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] --- cosmwasm/Cargo.lock | 8 ++++---- cosmwasm/contracts/price-feed-helper/Cargo.toml | 2 +- cosmwasm/contracts/price-feed/Cargo.toml | 2 +- cosmwasm/contracts/price-query/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cosmwasm/Cargo.lock b/cosmwasm/Cargo.lock index a24ad53..0bfd8ff 100644 --- a/cosmwasm/Cargo.lock +++ b/cosmwasm/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema" -version = "1.2.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9118e36843df6648fd0a626c46438f87038f296ec750cef3832cafc483c483f9" +checksum = "0df41ea55f2946b6b43579659eec048cc2f66e8c8e2e3652fc5e5e476f673856" dependencies = [ "cosmwasm-schema-derive", "schemars", @@ -104,9 +104,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema-derive" -version = "1.2.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78d6fc9854ac14e46cb69b0f396547893f93d2847aef975950ebbe73342324f3" +checksum = "43609e92ce1b9368aa951b334dd354a2d0dd4d484931a5f83ae10e12a26c8ba9" dependencies = [ "proc-macro2", "quote", diff --git a/cosmwasm/contracts/price-feed-helper/Cargo.toml b/cosmwasm/contracts/price-feed-helper/Cargo.toml index ab29111..08184e8 100644 --- a/cosmwasm/contracts/price-feed-helper/Cargo.toml +++ b/cosmwasm/contracts/price-feed-helper/Cargo.toml @@ -34,6 +34,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.5.0" thiserror = "1.0.38" semver = "1.0.16" diff --git a/cosmwasm/contracts/price-feed/Cargo.toml b/cosmwasm/contracts/price-feed/Cargo.toml index 5a2f173..f7d58af 100644 --- a/cosmwasm/contracts/price-feed/Cargo.toml +++ b/cosmwasm/contracts/price-feed/Cargo.toml @@ -33,7 +33,7 @@ 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.5.0" thiserror = "1.0.38" semver = "1.0.16" price-feed-helper={path= "../price-feed-helper" } diff --git a/cosmwasm/contracts/price-query/Cargo.toml b/cosmwasm/contracts/price-query/Cargo.toml index 6cc4e51..de3fda3 100644 --- a/cosmwasm/contracts/price-query/Cargo.toml +++ b/cosmwasm/contracts/price-query/Cargo.toml @@ -34,7 +34,7 @@ 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.5.0" thiserror = "1.0.38" semver = "1.0.16" price-feed-helper= {path= "../price-feed-helper" }