From ea2b5e8e1ab1552fb3ab949a3c5d80801e03a2b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 10:50:33 +0000 Subject: [PATCH] Update combine requirement from ~4.3 to ~4.4 Updates the requirements on [combine](https://github.com/Marwes/combine) to permit the latest version. - [Release notes](https://github.com/Marwes/combine/releases) - [Changelog](https://github.com/Marwes/combine/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marwes/combine/compare/v4.3.0...v4.4.0) Signed-off-by: dependabot-preview[bot] --- tools/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index bf0af193..8c559765 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -19,7 +19,7 @@ doc = false test = false [dependencies] -combine = "~4.3" +combine = "~4.4" dirs = "~3.0" env_logger = "~0.8" failure = "~0.1" -- 2.45.2