From dc1f7dbe615b80a05a0e7eea300887ef8c6aa58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:52:35 +0000 Subject: [PATCH] Update abstract-core requirement from 0.17.0 to 0.18.0 Updates the requirements on [abstract-core](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-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contracts/cw-card-issuer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/cw-card-issuer/Cargo.toml b/contracts/cw-card-issuer/Cargo.toml index 9d3ab58..5bb1f81 100644 --- a/contracts/cw-card-issuer/Cargo.toml +++ b/contracts/cw-card-issuer/Cargo.toml @@ -30,7 +30,7 @@ schema = ["abstract-app/schema"] [dependencies] abstract-sdk = { version = "0.17.0" } abstract-app = { version = "0.17.0" } -abstract-core = { version = "0.17.0" } +abstract-core = { version = "0.18.0" } abstract-dex-adapter = { git = "https://github.com/AbstractSDK/abstract.git", tag = "v0.17.0", default-features = false } cosmwasm-std = { workspace = true } cosmwasm-schema = { workspace = true }