From 78bb8edfcb537ffd208de8b15b47e2e83bebefe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:00:42 -0700 Subject: [PATCH] Bump serde-json-wasm from 1.0.0 to 1.0.1 in /testutil/contracts/rate-limiter (#1836) * Bump serde-json-wasm in /testutil/contracts/rate-limiter Bumps [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) from 1.0.0 to 1.0.1. - [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/main/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/serde-json-wasm/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: serde-json-wasm dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Updated Changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Carlton N Hanna --- CHANGELOG.md | 1 + testutil/contracts/rate-limiter/Cargo.lock | 6 +++--- testutil/contracts/rate-limiter/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fde17bba9..eb54deb5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ - Bump `codecov/codecov-action` from 3 to 4 ([#1828](https://github.com/provenance-io/provenance/pull/1828)) - Bump `peter-evans/create-pull-request` from 5.0.2 to 6.0.0 ([#1827](https://github.com/provenance-io/provenance/pull/1827)) - Bump `bufbuild/buf-setup-action` from 1.28.1 to 1.29.0 ([#1825](https://github.com/provenance-io/provenance/pull/1825)) +- Bump `serde-json-wasm` from 1.0.0 to 1.0.1 in /testutil/contracts/rate-limiter ([#1836](https://github.com/provenance-io/provenance/pull/1836)) - Bump `serde-json-wasm` from 0.5.1 to 0.5.2 in /testutil/contracts/counter ([#1837](https://github.com/provenance-io/provenance/pull/1837)) - Bump `serde-json-wasm` from 0.5.1 to 0.5.2 in /testutil/contracts/echo ([#1838](https://github.com/provenance-io/provenance/pull/1838)) diff --git a/testutil/contracts/rate-limiter/Cargo.lock b/testutil/contracts/rate-limiter/Cargo.lock index 9aa3c445e4..c952dea270 100644 --- a/testutil/contracts/rate-limiter/Cargo.lock +++ b/testutil/contracts/rate-limiter/Cargo.lock @@ -692,7 +692,7 @@ dependencies = [ "provwasm-std", "schemars", "serde", - "serde-json-wasm 1.0.0", + "serde-json-wasm 1.0.1", "sha2 0.10.8", "thiserror", ] @@ -792,9 +792,9 @@ dependencies = [ [[package]] name = "serde-json-wasm" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c37d03f3b0f6b5f77c11af1e7c772de1c9af83e50bef7bb6069601900ba67b" +checksum = "f05da0d153dd4595bdffd5099dc0e9ce425b205ee648eb93437ff7302af8c9a5" dependencies = [ "serde", ] diff --git a/testutil/contracts/rate-limiter/Cargo.toml b/testutil/contracts/rate-limiter/Cargo.toml index 0426b14cbb..8737044454 100644 --- a/testutil/contracts/rate-limiter/Cargo.toml +++ b/testutil/contracts/rate-limiter/Cargo.toml @@ -58,4 +58,4 @@ hex = "0.4.3" [dev-dependencies] cw-multi-test = "0.17.0" provwasm-mocks = { version = "2.0.0" } -serde-json-wasm = "1.0.0" +serde-json-wasm = "1.0.1"