Skip to content

Commit

Permalink
build(deps): bump cosmwasm-std in /contracts/pricefeed (#152)
Browse files Browse the repository at this point in the history
Bumps [cosmwasm-std](https:/CosmWasm/cosmwasm) from 1.5.3 to 1.5.4.
- [Release notes](https:/CosmWasm/cosmwasm/releases)
- [Changelog](https:/CosmWasm/cosmwasm/blob/v1.5.4/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: cosmwasm-std
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Unique Divine <[email protected]>
  • Loading branch information
dependabot[bot] and Unique-Divine authored Sep 25, 2024
1 parent 365cf31 commit 8893b69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions contracts/pricefeed/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 contracts/pricefeed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ library = []

[dependencies]
cosmwasm-schema = { version = "1.4.0" }
cosmwasm-std = { version = "1.4.0" }
cosmwasm-std = { version = "1.5.4" }
cw-storage-plus = { version = "1.1.0" }
cw-utils = { version = "1.0.2" }
cw2 = { version = "1.1.1" }
Expand Down

0 comments on commit 8893b69

Please sign in to comment.