Skip to content

Commit

Permalink
clap 4.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
babadro committed May 2, 2023
1 parent 1919095 commit 311aecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ and this project adheres to
STDERR instead of STDOUT by default ([#1667]).
- cosmwasm-vm: Add `Instance::set_debug_handler`/`unset_debug_handler` to allow
customizing the handling of debug messages emitted by the contract ([#1667]).
- cosmwasm-check: Update clap dependency to 4.2.5
- cosmwasm-check: Update clap dependency to 4.0.31
- schema-derive: Update quote dependency to ^1.0.25

[#1511]: https://github.com/CosmWasm/cosmwasm/issues/1511
Expand Down
2 changes: 1 addition & 1 deletion packages/check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"

[dependencies]
anyhow = "1.0.57"
clap = "4.2.5"
clap = "4.0.31"
colored = "2"
cosmwasm-vm = { path = "../vm", version = "1.2.4" }
cosmwasm-std = { path = "../std", version = "1.2.4" }
Expand Down

0 comments on commit 311aecd

Please sign in to comment.