Skip to content

Commit

Permalink
chore(deps): update CosmWasm dependencies (#1189)
Browse files Browse the repository at this point in the history
* Update cosmwasm dependencies

* update cw-check cargo lockfile

* update no-std-check cargo lockfile

---------

Co-authored-by: Ranadeep Biswas <[email protected]>
  • Loading branch information
seanchen1991 and rnbguy authored Apr 24, 2024
1 parent 9def0bc commit 5b41457
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 514 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ tendermint-testgen = { version = "0.34.0", default-features = fals
### Note: Kept at the following version to match the CosmWasm module version
### 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.2" }
cosmwasm-std = { version = "1.5.2" }
cosmwasm-vm = { version = "1.5.2" }
cosmwasm-schema = { version = "1.5.4" }
cosmwasm-std = { version = "1.5.4" }
cosmwasm-vm = { version = "1.5.4" }
cw-storage-plus = { version = "1.2.0" }

# parity dependencies
Expand Down
Loading

0 comments on commit 5b41457

Please sign in to comment.