From 59f201d118314a3ffe977839737eaa3c1d4dfff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:16:33 +0000 Subject: [PATCH] chore(deps): bump cw-storage-plus from 1.0.1 to 1.1.0 in /cosmwasm Bumps [cw-storage-plus](https://github.com/CosmWasm/cw-storage-plus) from 1.0.1 to 1.1.0. - [Changelog](https://github.com/CosmWasm/cw-storage-plus/blob/main/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cw-storage-plus/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: cw-storage-plus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cosmwasm/Cargo.lock | 6 +++--- cosmwasm/contracts/price-feed/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cosmwasm/Cargo.lock b/cosmwasm/Cargo.lock index e0c40cf..6ce4fdf 100644 --- a/cosmwasm/Cargo.lock +++ b/cosmwasm/Cargo.lock @@ -200,9 +200,9 @@ dependencies = [ [[package]] name = "cw-storage-plus" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053a5083c258acd68386734f428a5a171b29f7d733151ae83090c6fcc9417ffa" +checksum = "3f0e92a069d62067f3472c62e30adedb4cab1754725c0f2a682b3128d2bf3c79" dependencies = [ "cosmwasm-std", "schemars", @@ -735,4 +735,4 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" name = "zeroize" version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" \ No newline at end of file +checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" diff --git a/cosmwasm/contracts/price-feed/Cargo.toml b/cosmwasm/contracts/price-feed/Cargo.toml index 34fcffa..5ec4a13 100644 --- a/cosmwasm/contracts/price-feed/Cargo.toml +++ b/cosmwasm/contracts/price-feed/Cargo.toml @@ -31,7 +31,7 @@ library = [] cw2 = "1.0.1" cw-controllers = "1.0.1" cosmwasm-std = "1.2.1" -cw-storage-plus = "1.0.1" +cw-storage-plus = "1.1.0" serde_json = "1.0.93" cosmwasm-schema = "1.2.1" thiserror = "1.0.38"