Skip to content

Commit

Permalink
chore(deps): Bump cosmwasm-std from 1.5.0 to 1.5.4
Browse files Browse the repository at this point in the history
Bumps [cosmwasm-std](https://github.com/CosmWasm/cosmwasm) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.5.4/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.0...v1.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent 7a4283b commit 4b9299a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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 contracts/liquid-stake-rate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ratesync = { path = "../../packages/ratesync", version = "1.1.0" }

const_format = "0.2.30"
cosmwasm-schema = "1.3.3"
cosmwasm-std = "1.3.3"
cosmwasm-std = "1.5.4"
cosmwasm-storage = "1.3.3"
cw-storage-plus = "1.1.0"
cw2 = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion contracts/osmosis-pool-ratesync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ optimize = """docker run --rm -v "$(pwd)":/code \
ratesync = { path = "../../packages/ratesync", version = "1.1.0" }

cosmwasm-schema = "1.3.3"
cosmwasm-std = "1.3.3"
cosmwasm-std = "1.5.4"
cosmwasm-storage = "1.3.3"
cw-storage-plus = "1.1.0"
cw2 = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ratesync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ backtraces = ["cosmwasm-std/backtraces"]

[dependencies]
cosmwasm-schema = "1.3.3"
cosmwasm-std = "1.3.3"
cosmwasm-std = "1.5.4"
cosmwasm-storage = "1.3.3"
cw-storage-plus = "1.1.0"
cw2 = "1.1.0"
Expand Down

0 comments on commit 4b9299a

Please sign in to comment.