Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: cosmwasm-std
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 9c76861 commit bdee6d1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 56 deletions.
108 changes: 53 additions & 55 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 @@ -3,7 +3,7 @@ members = ["contracts/*", "packages/*"]

[workspace.dependencies]
cosmwasm-schema = "1.4.0"
cosmwasm-std = "1.3.3"
cosmwasm-std = "1.4.0"
cosmwasm-storage = "1.3.3"
cw-multi-test = "0.15.1"
cw-storage-plus = "1.1.0"
Expand Down

0 comments on commit bdee6d1

Please sign in to comment.