From a2e012dc8cd067cc7179b1d1465b1abe8a95a1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 16:47:32 +0000 Subject: [PATCH] chore(deps): bump serde-json-wasm Bumps [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) from 0.5.0 to 0.5.2. - [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/v0.5.2/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.0...v0.5.2) --- updated-dependencies: - dependency-name: serde-json-wasm dependency-version: 0.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chains/osmosis/configuration/cosmwasm/Cargo.lock | 4 ++-- chains/osmosis/configuration/cosmwasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/osmosis/configuration/cosmwasm/Cargo.lock b/chains/osmosis/configuration/cosmwasm/Cargo.lock index ca4ded98c..6e706eb58 100644 --- a/chains/osmosis/configuration/cosmwasm/Cargo.lock +++ b/chains/osmosis/configuration/cosmwasm/Cargo.lock @@ -1300,9 +1300,9 @@ dependencies = [ [[package]] name = "serde-json-wasm" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a15bee9b04dd165c3f4e142628982ddde884c2022a89e8ddf99c4829bf2c3a58" +checksum = "9e9213a07d53faa0b8dd81e767a54a8188a242fdb9be99ab75ec576a774bfdd7" dependencies = [ "serde", ] diff --git a/chains/osmosis/configuration/cosmwasm/Cargo.toml b/chains/osmosis/configuration/cosmwasm/Cargo.toml index f36b45d72..4b7decd05 100644 --- a/chains/osmosis/configuration/cosmwasm/Cargo.toml +++ b/chains/osmosis/configuration/cosmwasm/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1.0.137", default-features = false, features = ["derive"] } thiserror = { version = "1.0.31" } cw-multi-test = "0.16.1" osmosis-testing = "0.13.2" -serde-json-wasm = "0.5.0" +serde-json-wasm = "0.5.2" serde-cw-value = "0.7.0" bech32 = "0.9.1" cw-utils = "1.0.0"