Skip to content

Commit

Permalink
Update abstract-testing requirement from 0.15.1 to 0.18.0
Browse files Browse the repository at this point in the history
Updates the requirements on [abstract-testing](https://github.com/AbstractSDK/contracts) to permit the latest version.
- [Release notes](https://github.com/AbstractSDK/contracts/releases)
- [Changelog](https://github.com/AbstractSDK/contracts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AbstractSDK/contracts/commits)

---
updated-dependencies:
- dependency-name: abstract-testing
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 32e2949 commit afe45fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cw20 = "1.0.1"
[dev-dependencies]
cavern-protocol-abstract-module = { path = ".", features = ["interface"] }
abstract-interface = { version = "0.15.1", features = ["daemon"] }
abstract-testing = { version = "0.15.1" }
abstract-testing = { version = "0.18.0" }
abstract-sdk = { version = "0.15.1", features = ["test-utils"] }
speculoos = "0.11.0"
semver = "1.0"
Expand Down

0 comments on commit afe45fd

Please sign in to comment.