Skip to content

Commit

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

---
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 Dec 10, 2024
1 parent aee089c commit 228d915
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.4", features = ["cosmwasm_2_1"] }
cosmwasm-std = { version = "2.1.5", features = ["cosmwasm_2_1"] }
cosmwasm-storage = "1.5.2"
cw-multi-test = "2.2.0"
cw-storage-plus = "2.0.0"
Expand Down

0 comments on commit 228d915

Please sign in to comment.