diff --git a/Cargo.toml b/Cargo.toml index fc9a7c5ad..7d9e5e042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ tendermint-testgen = { version = "0.35.0", default-features = fals ### used by chains supporting the wasm-enabled version of ibc-go v7.3 ### (This is the min version of `ibc-go` that supports `08-wasm` light clients) cosmwasm-schema = { version = "1.5.4" } -cosmwasm-std = { version = "1.5.4" } +cosmwasm-std = { version = "2.0.2" } cosmwasm-vm = { version = "1.5.4" } cw-storage-plus = { version = "1.2.0" }