diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-12 05:00:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-12 05:00:24 +0100 |
commit | f2a9b65e7f9fe962242a798dc8619464fd137d4d (patch) | |
tree | c90fe892e6b2eb4f74b7b2c52e5c6e9127e7e45b /Cargo.toml | |
parent | 33d9ba70bee7e6271404d1db7b2724885ee5c9e8 (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]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ typetag = "0.1.4" | |||
14 | directories = "3.0.1" | 14 | directories = "3.0.1" |
15 | 15 | ||
16 | [dependencies.cursive] | 16 | [dependencies.cursive] |
17 | version = "0.14" | 17 | version = "0.15" |
18 | features = ["crossterm-backend"] | 18 | features = ["crossterm-backend"] |
19 | 19 | ||
20 | [dependencies.chrono] | 20 | [dependencies.chrono] |