From 336c8c5e338a2d0bce7e2845310d497330d649f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:38:32 +0000 Subject: [PATCH 1/2] Bump cosmwasm-std in /testutil/contracts/rate-limiter Bumps [cosmwasm-std](https://github.com/CosmWasm/cosmwasm) from 1.4.1 to 1.4.4. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.4.4/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.4.1...v1.4.4) --- updated-dependencies: - dependency-name: cosmwasm-std dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testutil/contracts/rate-limiter/Cargo.lock | 23 +++++++++++----------- testutil/contracts/rate-limiter/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/testutil/contracts/rate-limiter/Cargo.lock b/testutil/contracts/rate-limiter/Cargo.lock index c952dea270..65330d1f6a 100644 --- a/testutil/contracts/rate-limiter/Cargo.lock +++ b/testutil/contracts/rate-limiter/Cargo.lock @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "bnum" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "128a44527fc0d6abf05f9eda748b9027536e12dff93f5acc8449f51583309350" +checksum = "56953345e39537a3e18bdaeba4cb0c58a78c1f61f361dc0fa7c5c7340ae87c5f" [[package]] name = "byteorder" @@ -102,11 +102,12 @@ checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" [[package]] name = "cosmwasm-crypto" -version = "1.4.1" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6fb22494cf7d23d0c348740e06e5c742070b2991fd41db77bba0bcfbae1a723" +checksum = "e6b4c3f9c4616d6413d4b5fc4c270a4cc32a374b9be08671e80e1a019f805d8f" dependencies = [ "digest 0.10.7", + "ecdsa", "ed25519-zebra", "k256", "rand_core 0.6.4", @@ -115,9 +116,9 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "1.4.1" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e199424486ea97d6b211db6387fd72e26b4a439d40cc23140b2d8305728055b" +checksum = "c586ced10c3b00e809ee664a895025a024f60d65d34fe4c09daed4a4db68a3f3" dependencies = [ "syn 1.0.109", ] @@ -148,9 +149,9 @@ dependencies = [ [[package]] name = "cosmwasm-std" -version = "1.4.1" +version = "1.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d89d680fb60439b7c5947b15f9c84b961b88d1f8a3b20c4bd178a3f87db8bae" +checksum = "9f42ebd3c7d99389efb7f326ecef7624e200ca1d49e20ac2bbb08ee570132832" dependencies = [ "base64", "bnum", @@ -161,7 +162,7 @@ dependencies = [ "hex", "schemars", "serde", - "serde-json-wasm 0.5.1", + "serde-json-wasm 0.5.2", "sha2 0.10.8", "thiserror", ] @@ -783,9 +784,9 @@ dependencies = [ [[package]] name = "serde-json-wasm" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a62a1fad1e1828b24acac8f2b468971dade7b8c3c2e672bcadefefb1f8c137" +checksum = "9e9213a07d53faa0b8dd81e767a54a8188a242fdb9be99ab75ec576a774bfdd7" dependencies = [ "serde", ] diff --git a/testutil/contracts/rate-limiter/Cargo.toml b/testutil/contracts/rate-limiter/Cargo.toml index 8737044454..c349919121 100644 --- a/testutil/contracts/rate-limiter/Cargo.toml +++ b/testutil/contracts/rate-limiter/Cargo.toml @@ -45,7 +45,7 @@ optimize-arm = """docker run --rm -v "$(pwd)":/code \ [dependencies] provwasm-std = { version = "2.0.0" } cosmwasm-schema = "1.2.5" -cosmwasm-std = { version = "1.2.5", features = ["stargate", "cosmwasm_1_1"] } +cosmwasm-std = { version = "1.4.4", features = ["stargate", "cosmwasm_1_1"] } cosmwasm-storage = "1.2.5" cw-storage-plus = { version = "1.0.1", features = ["iterator"] } cw2 = "1.0.1" From a8082834e6901bec7328ac0cf2c9228626009b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Apr 2024 17:38:53 +0000 Subject: [PATCH 2/2] Updated Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba24044648..1a5b7bba1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ - Bump `github.com/hashicorp/go-metrics` from 0.5.2 to 0.5.3 ([#1914](https://github.com/provenance-io/provenance/pull/1914)) - Bump `peter-evans/create-pull-request` from 6.0.2 to 6.0.4 ([#1929](https://github.com/provenance-io/provenance/pull/1929), [#1940](https://github.com/provenance-io/provenance/pull/1940)) - Bump `cosmossdk.io/x/tx` from 0.13.1 to 0.13.2 ([#1928](https://github.com/provenance-io/provenance/pull/1928)) +- Bump `cosmwasm-std` from 1.4.1 to 1.4.4 ([#1950](https://github.com/provenance-io/provenance/pull/1950)) ---