From ebb8e1b90258ed273372aee4f128e61e5f2e1ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 05:47:47 +0000 Subject: [PATCH] Update cw-orch requirement from 0.19.1 to 0.20.0 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.19.1...v0.19.3) --- 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 2183535..3b7225f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ cw-asset = { version = "3.0.0" } abstract-app = { version = "0.20" } # Dependencies for interface -cw-orch = { version = "0.19.1", optional = true } +cw-orch = { version = "0.20.0", 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.19.1" } +cw-orch = { version = "0.20.0" } clap = { version = "4.3.7", features = ["derive"] }