Skip to content

Commit

Permalink
chore(deps): bump cw-controllers from 1.0.1 to 1.1.0 in /cosmwasm
Browse files Browse the repository at this point in the history
Bumps [cw-controllers](https://github.com/CosmWasm/cw-plus) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/CosmWasm/cw-plus/releases)
- [Changelog](https://github.com/CosmWasm/cw-plus/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cw-plus@v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: cw-controllers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent fb2be64 commit 8e9e6b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cosmwasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cosmwasm/contracts/price-feed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library = []

[dependencies]
cw2 = "1.0.1"
cw-controllers = "1.0.1"
cw-controllers = "1.1.0"
cosmwasm-std = "1.2.1"
cw-storage-plus = "1.0.1"
serde_json = "1.0.93"
Expand Down

0 comments on commit 8e9e6b6

Please sign in to comment.