From b3a74f4bc57a748b47c7183694ad03acae45f201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:53:10 +0000 Subject: [PATCH] build(deps): update rustyline requirement from 14.0.0 to 15.0.0 Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](https://github.com/kkawakam/rustyline/compare/v14.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 369ee0b..ffef8a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ strip = true [dependencies] dirs = "5.0.1" whoami = "1.5.1" -rustyline = { version = "14.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } +rustyline = { version = "15.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } ctrlc = "3.4.4" shellwords = "1.1.0"