Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 223584a commit a19a810
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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/test-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ cosmwasm-std = { version = "1.4.1", features = ["stargate"]}
cw2 = "1.1.1"
thiserror = { version = "1.0" }
desmos-bindings = { path = "../../packages/bindings", version = "2.0.0" }
cosmwasm-schema = { version = "1.4.1" }
cosmwasm-schema = { version = "1.5.0" }
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ all-features = true
[dependencies]
chrono = {version = "0.4.31", default-features = false}
cosmwasm-std = { version = "1.4.1", features = ["stargate"]}
cosmwasm-schema = "1.4.1"
cosmwasm-schema = "1.5.0"
serde = { version = "1.0.190", default-features = false, features = ["derive"] }
prost = {version = "0.12.1", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.12.1", default-features = false}
Expand Down

0 comments on commit a19a810

Please sign in to comment.