Skip to content

Commit

Permalink
Update abstract-interface requirement from 0.17.0 to 0.18.0
Browse files Browse the repository at this point in the history
Updates the requirements on abstract-interface to permit the latest version.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent fca752d commit bf220b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/cw-card-issuer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ thiserror = { workspace = true }
cosmos-sdk-proto = { version = "0.19.0", default-features = false, features=["cosmwasm"] }

# Dependencies for interface
abstract-interface = { version = "0.17.0", optional = true }
abstract-interface = { version = "0.18.0", optional = true }
cw-orch = { workspace = true, optional = true }
cw-paginate = "0.2.1"
cw-asset.workspace = true
Expand All @@ -53,7 +53,7 @@ cw-item-set = "0.7.1"
cw-gov-card = { path = "../cw-gov-card", default-features = false }

[dev-dependencies]
abstract-interface = { version = "0.17.0", features = ["daemon"] }
abstract-interface = { version = "0.18.0", features = ["daemon"] }
abstract-testing = { version = "0.17.0" }
abstract-sdk = { version = "0.17.0", features = ["test-utils"] }
speculoos = "0.11.0"
Expand Down

0 comments on commit bf220b4

Please sign in to comment.