From 5b0877916a3a2328bdbab7952c9bf25eda69efad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Kuras?= Date: Thu, 5 May 2022 17:04:05 +0200 Subject: [PATCH] Update serde-json-update --- Cargo.lock | 4 ++-- packages/std/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b953c818de..1fec31c29f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,9 +1566,9 @@ dependencies = [ [[package]] name = "serde-json-wasm" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "042ac496d97e5885149d34139bad1d617192770d7eb8f1866da2317ff4501853" +checksum = "1bd1e2bc04a6b848717fd51368c98e09bb22a27082804b2e33b4c75cda4d7b07" dependencies = [ "serde", ] diff --git a/packages/std/Cargo.toml b/packages/std/Cargo.toml index b91d63a8fb..5bdcf70e25 100644 --- a/packages/std/Cargo.toml +++ b/packages/std/Cargo.toml @@ -34,7 +34,7 @@ stargate = [] base64 = "0.13.0" cosmwasm-derive = { path = "../derive", version = "1.0.0-beta8" } uint = "0.9.3" -serde-json-wasm = { version = "0.3.2" } +serde-json-wasm = { version = "0.4.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive", "alloc"] } thiserror = "1.0"