Skip to content

Commit

Permalink
build(deps): bump cosmwasm-std (#221)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update in the /contracts directory: [cosmwasm-std](https://github.com/CosmWasm/cosmwasm).


Updates `cosmwasm-std` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v2.0.2/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v2.0.1...v2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 8b63abe commit 2e9bdd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions contracts/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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.0"

[workspace.dependencies]
cosmwasm-schema = "2.0.0"
cosmwasm-std = "2.0.0"
cosmwasm-std = "2.0.2"
cw2 = "2.0.0"
schemars = "0.8.15"
semver = "1"
Expand Down

0 comments on commit 2e9bdd8

Please sign in to comment.