aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-12 05:00:24 +0100
committerGitHub <[email protected]>2020-07-12 05:00:24 +0100
commitf2a9b65e7f9fe962242a798dc8619464fd137d4d (patch)
treec90fe892e6b2eb4f74b7b2c52e5c6e9127e7e45b
parent33d9ba70bee7e6271404d1db7b2724885ee5c9e8 (diff)
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] <[email protected]>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"
14directories = "3.0.1" 14directories = "3.0.1"
15 15
16[dependencies.cursive] 16[dependencies.cursive]
17version = "0.14" 17version = "0.15"
18features = ["crossterm-backend"] 18features = ["crossterm-backend"]
19 19
20[dependencies.chrono] 20[dependencies.chrono]