From 27374ae9dda17d6d88fdcd1e3949494396fb566e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 04:39:27 +0000 Subject: [PATCH] Bump cursive from 0.17.0 to 0.18.0 Bumps [cursive](https://github.com/gyscos/cursive) from 0.17.0 to 0.18.0. - [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/cursive-v0.17.0...cursive-v0.18.0) --- updated-dependencies: - dependency-name: cursive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 942fcdc..b8d311f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,9 +499,9 @@ dependencies = [ [[package]] name = "cursive" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca536d245342f6c005e7547ab640e444a3dc2fc0319a92124c8c1cbff025e775" +checksum = "cfaeae1b6ebac028126197b63a4df82d70833ea724f279e236eaf94d28edcd9c" dependencies = [ "ahash", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 68056d3..4af97f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ default-features = false features = ["client-ureq", "ureq-rustls-tls"] [dependencies.cursive] -version = "0.17.0" +version = "0.18.0" default-features = false [dependencies.notify-rust]