Skip to content

Commit

Permalink
build(deps): bump cosmwasm-std from 2.1.3 to 2.1.4
Browse files Browse the repository at this point in the history
Bumps [cosmwasm-std](https://github.com/CosmWasm/cosmwasm) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v2.1.4/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v2.1.3...v2.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 5db8409 commit bcda45c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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 @@ -26,7 +26,7 @@ axone-objectarium-client = { path = "packages/axone-objectarium-client" }
axone-rdf = { path = "packages/axone-rdf" }
axone-wasm = { path = "packages/axone-wasm" }
cosmwasm-schema = "2.1.4"
cosmwasm-std = { version = "2.1.3", features = ["cosmwasm_2_1"] }
cosmwasm-std = { version = "2.1.4", features = ["cosmwasm_2_1"] }
cosmwasm-storage = "1.5.2"
cw-multi-test = "2.1.1"
cw-storage-plus = "2.0.0"
Expand Down

0 comments on commit bcda45c

Please sign in to comment.