From af9e51e7fe18aa5cebbfdab486112c21eccaed9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 13:46:50 +0000 Subject: [PATCH] Update abscissa_core requirement in /relayer-cli Updates the requirements on [abscissa_core](https://github.com/iqlusioninc/abscissa) to permit the latest version. - [Release notes](https://github.com/iqlusioninc/abscissa/releases) - [Changelog](https://github.com/iqlusioninc/abscissa/blob/main/CHANGES.md) - [Commits](https://github.com/iqlusioninc/abscissa/compare/cli/v0.6.0-beta.1...cli/v0.6.0-pre.2) --- updated-dependencies: - dependency-name: abscissa_core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- relayer-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relayer-cli/Cargo.toml b/relayer-cli/Cargo.toml index 323371f8..f2016cf3 100644 --- a/relayer-cli/Cargo.toml +++ b/relayer-cli/Cargo.toml @@ -71,10 +71,10 @@ version = "=0.23.1" features = ["unstable"] [dependencies.abscissa_core] -version = "=0.6.0-beta.1" +version = "=0.6.0-pre.2" features = ["options"] [dev-dependencies] -abscissa_core = { version = "=0.6.0-beta.1", features = ["testing"] } +abscissa_core = { version = "=0.6.0-pre.2", features = ["testing"] } once_cell = "1.8" regex = "1.5"