From f2a9b65e7f9fe962242a798dc8619464fd137d4d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2020 04:00:24 +0000 Subject: Update cursive requirement from 0.14 to 0.15 Updates the requirements on [cursive](https://github.com/gyscos/cursive) to permit the latest version. - [Release notes](https://github.com/gyscos/cursive/releases) - [Changelog](https://github.com/gyscos/cursive/blob/main/CHANGELOG.md) - [Commits](https://github.com/gyscos/cursive/compare/v0.14.0...cursive-v0.15.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 532842e..acb56ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ typetag = "0.1.4" directories = "3.0.1" [dependencies.cursive] -version = "0.14" +version = "0.15" features = ["crossterm-backend"] [dependencies.chrono] -- cgit v1.2.3