From c94c24c783b49c47c94877f67ae305b1d3f1e8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:39:46 +0000 Subject: [PATCH] build(deps): bump cosmwasm-std from 2.2.0 to 2.2.1 Bumps [cosmwasm-std](https://github.com/CosmWasm/cosmwasm) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v2.2.1/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: cosmwasm-std dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd83cb80..beb35a75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,15 +551,15 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "cosmwasm-core" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c34c440d4d8e3ecec783d0f9c89d25565168b0f4cdb80a1f6a387cf2168c0740" +checksum = "de32156e4fd80c59be39ed6f4ebb596d59b0a4eaf01d6f146e27628ec7e8f8c1" [[package]] name = "cosmwasm-crypto" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134e765161d60228cc27635032d2a466542ca83fd6c87f3c87f4963c0bd51008" +checksum = "38fe1e6107ae3c9ba5e1f14178dd8bd52210535030d07f0609cf0d754c1f7de2" dependencies = [ "ark-bls12-381", "ark-ec", @@ -581,9 +581,9 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c94a4b93e722c91d2e58471cfe69480f4a656cfccacd8bfda5638f2a5d4512b" +checksum = "484926c9dc8b90c59a717946c86bb272182003cbaabb378560086648d4056656" dependencies = [ "proc-macro2", "quote", @@ -616,9 +616,9 @@ dependencies = [ [[package]] name = "cosmwasm-std" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4434e556b0aebff34bf082e75d175b5d7edbcf1d90d4cedb59623a1249fff567" +checksum = "c92be4747d9abe3a96a5a78af34d29947992b3f67f602987ff8a87142ce9c413" dependencies = [ "base64", "bech32", diff --git a/Cargo.toml b/Cargo.toml index 86679505..2d28038b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ axone-objectarium-client = { path = "./packages/axone-objectarium-client", versi axone-rdf = { path = "./packages/axone-rdf", version = "7.0.0" } axone-wasm = { path = "./packages/axone-wasm", version = "7.0.0" } cosmwasm-schema = "2.2.1" -cosmwasm-std = { version = "2.2.0", features = ["cosmwasm_2_1"] } +cosmwasm-std = { version = "2.2.1", features = ["cosmwasm_2_1"] } cosmwasm-storage = "1.5.2" cw-multi-test = "2.2.0" cw-storage-plus = "2.0.0"