From 30aa076a2072e0953217e9230bb226ca8f677783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:21:35 +0000 Subject: [PATCH] build(deps): bump cosmwasm-storage from 1.4.0 to 1.4.1 Bumps [cosmwasm-storage](https://github.com/CosmWasm/cosmwasm) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.4.1/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: cosmwasm-storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12391b48..e5e0a071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,9 +188,9 @@ dependencies = [ [[package]] name = "cosmwasm-storage" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab544dfcad7c9e971933d522d99ec75cc8ddfa338854bb992b092e11bcd7e818" +checksum = "54a1c574d30feffe4b8121e61e839c231a5ce21901221d2fb4d5c945968a4f00" dependencies = [ "cosmwasm-std", "serde", diff --git a/Cargo.toml b/Cargo.toml index aa991e0d..c9de6d74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["contracts/*", "packages/*"] [workspace.dependencies] cosmwasm-schema = "1.4.1" cosmwasm-std = "1.4.1" -cosmwasm-storage = "1.4.0" +cosmwasm-storage = "1.4.1" cw-multi-test = "0.15.1" cw-storage-plus = "1.1.0" cw-utils = "1.0.2"