Skip to content

Commit

Permalink
Update cw-controllers requirement from 1.1.2 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cw-controllers](https://github.com/CosmWasm/cw-minus) to permit the latest version.
- [Changelog](https://github.com/CosmWasm/cw-minus/blob/v1.1.2/CHANGELOG.md)
- [Commits](CosmWasm/cw-minus@v1.1.2...v1.1.2)

---
updated-dependencies:
- dependency-name: cw-controllers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 91ad0d5 commit cf9af9c
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 @@ -16,7 +16,7 @@ incremental = false
[workspace.dependencies]
cosmwasm-std = { version = "1.5.3" }
cosmwasm-schema = { version = "1.5.3" }
cw-controllers = { version = "1.1.2" }
cw-controllers = { version = "2.0.0" }
cw-storage-plus = "1.2.0"
thiserror = { version = "1.0.50" }
schemars = "0.8"
Expand Down

0 comments on commit cf9af9c

Please sign in to comment.