Skip to content

Commit

Permalink
Update cw-controllers requirement from 1.0.1 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/main/CHANGELOG.md)
- [Commits](CosmWasm/cw-minus@v1.0.1...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 52dbdad commit ff35a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/carrot-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ schema = ["abstract-app/schema"]
cw-utils = { version = "1.0.3" }
cosmwasm-std = { version = "1.2" }
cosmwasm-schema = { version = "1.2" }
cw-controllers = { version = "1.0.1" }
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 ff35a7c

Please sign in to comment.