From e4293852eb27f3566b4b39524c3fbbd1b653e18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 05:32:26 +0000 Subject: [PATCH] Update cw-orch requirement from 0.20.1 to 0.21.2 Updates the requirements on [cw-orch](https://github.com/AbstractSDK/cw-orchestrator) to permit the latest version. - [Release notes](https://github.com/AbstractSDK/cw-orchestrator/releases) - [Changelog](https://github.com/AbstractSDK/cw-orchestrator/blob/main/CHANGELOG.md) - [Commits](https://github.com/AbstractSDK/cw-orchestrator/compare/v0.20.1...v0.21.2) --- updated-dependencies: - dependency-name: cw-orch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 41f9a80..c79b863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ cw-asset = { version = "3.0.0" } abstract-app = { version = "0.21.0" } # Dependencies for interface -cw-orch = { version = "0.20.1", optional = true } +cw-orch = { version = "0.21.2", optional = true } [dev-dependencies] app = { path = ".", features = ["interface"] } @@ -59,5 +59,5 @@ speculoos = "0.11.0" semver = "1.0" dotenv = "0.15.0" env_logger = "0.10.0" -cw-orch = { version = "0.20.1" } +cw-orch = { version = "0.21.2" } clap = { version = "4.3.7", features = ["derive"] }