From 8e9e6b6e9bacab4ad6dea4ea302c04532bfc6742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:16:36 +0000 Subject: [PATCH] chore(deps): bump cw-controllers from 1.0.1 to 1.1.0 in /cosmwasm Bumps [cw-controllers](https://github.com/CosmWasm/cw-plus) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/CosmWasm/cw-plus/releases) - [Changelog](https://github.com/CosmWasm/cw-plus/blob/main/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cw-plus/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: cw-controllers 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..addd579 100644 --- a/cosmwasm/Cargo.lock +++ b/cosmwasm/Cargo.lock @@ -185,9 +185,9 @@ dependencies = [ [[package]] name = "cw-controllers" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91440ce8ec4f0642798bc8c8cb6b9b53c1926c6dadaf0eed267a5145cd529071" +checksum = "d5d8edce4b78785f36413f67387e4be7d0cb7d032b5d4164bcc024f9c3f3f2ea" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -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..8c1b6c9 100644 --- a/cosmwasm/contracts/price-feed/Cargo.toml +++ b/cosmwasm/contracts/price-feed/Cargo.toml @@ -29,7 +29,7 @@ library = [] [dependencies] cw2 = "1.0.1" -cw-controllers = "1.0.1" +cw-controllers = "1.1.0" cosmwasm-std = "1.2.1" cw-storage-plus = "1.0.1" serde_json = "1.0.93"