Skip to content

Commit

Permalink
chore(deps): update cosmwasm-vm requirement from 1.5.4 to 2.0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [cosmwasm-vm](https://github.com/CosmWasm/cosmwasm) to permit the latest version.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.5.4/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.4...v1.5.4)

---
updated-dependencies:
- dependency-name: cosmwasm-vm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent ed4f8cd commit 566c767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tendermint-testgen = { version = "0.35.0", default-features = fals
### (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-vm = { version = "1.5.4" }
cosmwasm-vm = { version = "2.0.2" }
cw-storage-plus = { version = "1.2.0" }

# parity dependencies
Expand Down

0 comments on commit 566c767

Please sign in to comment.