From f4855aa2bf3f3ed58d2bcb226209e7aec6cff12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:04:25 +0000 Subject: [PATCH] Update cw-orch requirement from 0.16.4 to 0.17.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.16.4...v0.17.0) --- 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 bce416e..e94901c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ abstract-sdk = { version = "0.19.2" } # Dependencies for interface abstract-interface = { version = "0.19.2", optional = true } -cw-orch = { version = "0.16.4", optional = true } +cw-orch = { version = "0.17.0", optional = true } [dev-dependencies] app = { path = ".", features = ["interface"] } @@ -58,5 +58,5 @@ speculoos = "0.11.0" semver = "1.0" dotenv = "0.15.0" env_logger = "0.10.0" -cw-orch = { version = "0.16.3", features = ["daemon"] } +cw-orch = { version = "0.17.0", features = ["daemon"] } clap = { version = "4.3.7", features = ["derive"] }