Skip to content

Commit

Permalink
Update abstract-app requirement from 0.21.0 to 0.22.1
Browse files Browse the repository at this point in the history
Updates the requirements on abstract-app to permit the latest version.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent 3f4ca9c commit b0d1694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ cw-storage-plus = "1.2.0"
thiserror = { version = "1.0.50" }
schemars = "0.8"
cw-asset = { version = "3.0.0" }
abstract-app = { version = "0.21.0" }
abstract-app = { version = "0.22.1" }

# Dependencies for interface
cw-orch = { version = "0.20.1", optional = true }

[dev-dependencies]
app = { path = ".", features = ["interface"] }
abstract-client = { version = "0.21.0" }
abstract-app = { version = "0.21", features = ["test-utils"] }
abstract-app = { version = "0.22", features = ["test-utils"] }
speculoos = "0.11.0"
semver = "1.0"
dotenv = "0.15.0"
Expand Down

0 comments on commit b0d1694

Please sign in to comment.