From f67b6e7fd972982be9c434c8b83780741b7b20d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:01:03 +0000 Subject: [PATCH] chore(deps): bump cursive from 0.21.0 to 0.21.1 in the cargo group Bumps the cargo group with 1 update: [cursive](https://github.com/gyscos/cursive). Updates `cursive` from 0.21.0 to 0.21.1 - [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.21.0...cursive-v0.21.1) --- updated-dependencies: - dependency-name: cursive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... 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 9d2d917be..908d87832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,9 +866,9 @@ dependencies = [ [[package]] name = "cursive" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dee384c1888a41189cadef7c9e9e9aa1141fc64491a8fb1c72a9184bae6d340" +checksum = "386d5a36020bb856e9a34ecb8a4e6c9bd6b0262d1857bae4db7bc7e2fdaa532e" dependencies = [ "ahash", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 809c4c096..4bc42ddc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ version = "0.13.2" [dependencies.cursive] default-features = false -version = "0.21.0" +version = "0.21.1" [dependencies.notify-rust] default-features = false