Skip to content

Commit

Permalink
Bump cw-storage-plus from 1.0.1 to 1.2.0 in /cosmwasm
Browse files Browse the repository at this point in the history
Bumps [cw-storage-plus](https://github.com/CosmWasm/cw-storage-plus) from 1.0.1 to 1.2.0.
- [Changelog](https://github.com/CosmWasm/cw-storage-plus/blob/v1.2.0/CHANGELOG.md)
- [Commits](CosmWasm/cw-storage-plus@v1.0.1...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 7e379e6 commit b62b12d
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 63 deletions.
121 changes: 61 additions & 60 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-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library = []
cw2 = "1.0.1"
cw-controllers = "1.0.1"
cosmwasm-std = "1.2.1"
cw-storage-plus = "1.0.1"
cw-storage-plus = "1.2.0"
serde_json = "1.0.93"
cosmwasm-schema = "1.2.1"
thiserror = "1.0.38"
Expand Down
2 changes: 1 addition & 1 deletion cosmwasm/contracts/price-feed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library = []
cw2 = "1.0.1"
cw-controllers = "1.0.1"
cosmwasm-std = "1.2.1"
cw-storage-plus = "1.0.1"
cw-storage-plus = "1.2.0"
serde_json = "1.0.93"
cosmwasm-schema = "1.2.1"
thiserror = "1.0.38"
Expand Down
2 changes: 1 addition & 1 deletion cosmwasm/contracts/price-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library = []
cw2 = "1.0.1"
cw-controllers = "1.0.1"
cosmwasm-std = "1.2.1"
cw-storage-plus = "1.0.1"
cw-storage-plus = "1.2.0"
serde_json = "1.0.93"
cosmwasm-schema = "1.2.1"
thiserror = "1.0.38"
Expand Down

0 comments on commit b62b12d

Please sign in to comment.