Skip to content

Commit

Permalink
build(deps): bump cw-multi-test from 1.2.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [cw-multi-test](https://github.com/CosmWasm/cw-multi-test) from 1.2.0 to 2.2.0.
- [Changelog](https://github.com/CosmWasm/cw-multi-test/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cw-multi-test@v1.2.0...v2.2.0)

---
updated-dependencies:
- dependency-name: cw-multi-test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 5aaf188 commit b6e4d95
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cw-asset = "=3.0.0"
cosmwasm-schema = "1.5.8"
semver = "1.0.0"
enum-repr = "0.2.6"
cw-multi-test = { version = "1.0.0", features = ["cosmwasm_1_2"] }
cw-multi-test = { version = "2.2.0", features = ["cosmwasm_1_2"] }
serde = { version = "1.0.215" }
test-case = { version = "3.3.1" }
cw-orch = "=0.24.1"
2 changes: 1 addition & 1 deletion packages/andromeda-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ serde = { workspace = true }
andromeda-std = { workspace = true }

[dev-dependencies]
cw-multi-test = { version = "1.0.0" }
cw-multi-test = { version = "2.2.0" }
2 changes: 1 addition & 1 deletion packages/deploy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ serde_json = "1.0"
chrono = "0.4"

[dev-dependencies]
cw-multi-test = { version = "1.0.0" }
cw-multi-test = { version = "2.2.0" }
2 changes: 1 addition & 1 deletion packages/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ prost = { version = "0.11.2", default-features = false, features = [
], optional = true }

[dev-dependencies]
cw-multi-test = { version = "1.0.0" }
cw-multi-test = { version = "2.2.0" }

0 comments on commit b6e4d95

Please sign in to comment.