Skip to content

Commit

Permalink
Update cosmwasm-schema requirement from 1.5.3 to 2.0.3
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/v2.0.3/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.3...v2.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent fe56e2e commit 6dbe7bd
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 @@ -15,7 +15,7 @@ incremental = false

[workspace.dependencies]
cosmwasm-std = { version = "1.5.3" }
cosmwasm-schema = { version = "1.5.3" }
cosmwasm-schema = { version = "2.0.3" }
cw-controllers = { version = "1.1.2" }
cw-storage-plus = "1.2.0"
thiserror = { version = "1.0.50" }
Expand Down

0 comments on commit 6dbe7bd

Please sign in to comment.