Skip to content

Commit

Permalink
build(deps): bump cosmwasm-storage from 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [cosmwasm-storage](https://github.com/CosmWasm/cosmwasm) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.4.1/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: cosmwasm-storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 5eb21e0 commit 30aa076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["contracts/*", "packages/*"]
[workspace.dependencies]
cosmwasm-schema = "1.4.1"
cosmwasm-std = "1.4.1"
cosmwasm-storage = "1.4.0"
cosmwasm-storage = "1.4.1"
cw-multi-test = "0.15.1"
cw-storage-plus = "1.1.0"
cw-utils = "1.0.2"
Expand Down

0 comments on commit 30aa076

Please sign in to comment.