From bcdf6f9e41205fd21166e4cb3b5cbd125bf7129e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:29:17 +0000 Subject: [PATCH] chore: update cursive requirement from 0.20.0 to 0.21.1 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/cursive-v0.20.0...cursive-v0.21.1) --- updated-dependencies: - dependency-name: cursive dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hello-world/Cargo.toml | 2 +- tutorial_one/Cargo.toml | 2 +- tutorial_three/Cargo.toml | 2 +- tutorial_two/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hello-world/Cargo.toml b/hello-world/Cargo.toml index 172efb5..d14ad2d 100644 --- a/hello-world/Cargo.toml +++ b/hello-world/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cursive = "0.20.0" +cursive = "0.21.1" diff --git a/tutorial_one/Cargo.toml b/tutorial_one/Cargo.toml index 1d96c16..9fd3d86 100644 --- a/tutorial_one/Cargo.toml +++ b/tutorial_one/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cursive = "0.20.0" +cursive = "0.21.1" diff --git a/tutorial_three/Cargo.toml b/tutorial_three/Cargo.toml index 585fe9a..ff9f446 100644 --- a/tutorial_three/Cargo.toml +++ b/tutorial_three/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cursive = "0.20.0" +cursive = "0.21.1" diff --git a/tutorial_two/Cargo.toml b/tutorial_two/Cargo.toml index 6655658..dda2f7a 100644 --- a/tutorial_two/Cargo.toml +++ b/tutorial_two/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cursive = "0.20.0" +cursive = "0.21.1"