Skip to content

Commit

Permalink
Update cosmwasm-schema requirement from 1.5.3 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cosmwasm-schema](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/main/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.3...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent b33d9b4 commit 3a91263
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 @@ -40,7 +40,7 @@ daemon = ["interface", "cw-orch/daemon"]

[dependencies]
cosmwasm-std = { version = "1.5.3" }
cosmwasm-schema = { version = "1.5.3" }
cosmwasm-schema = { version = "2.0.0" }
cw-controllers = { version = "1.1.2" }
cw-storage-plus = "1.1.0"
thiserror = { version = "1.0.50" }
Expand Down

0 comments on commit 3a91263

Please sign in to comment.