From e651a4be98971818fec6ef339a9a9e1342c3644d Mon Sep 17 00:00:00 2001 From: "figure-renovate[bot]" Date: Wed, 24 Apr 2024 19:06:05 +0000 Subject: [PATCH] fix(deps): update rust crate cosmwasm-std from `1.2.0` to `1.5.4` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2d12fd6..b5579ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ library = [] [dependencies] bech32 = "=0.8.1" provwasm-std = { version = "=1.1.2" } -cosmwasm-std = { version = "=1.2.0" } +cosmwasm-std = { version = "=1.5.4" } cosmwasm-storage = { version = "=1.2.0" } cw-storage-plus = "=0.12.1" os-gateway-contract-attributes = "=1.0.1"