From 6ec2a1ae15a8b9682383a7a8a0a2cdf1500174dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 05:04:56 +0000 Subject: [PATCH] Update rustyline-derive requirement from 0.7.0 to 0.8.0 Updates the requirements on [rustyline-derive](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/commits) --- updated-dependencies: - dependency-name: rustyline-derive 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 850ca99..2126edf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rand = { version = "0.8.5", default-features = false } rand_xorshift = { version = "0.3.0", default-features = false } regex = { version = "1.3.9", optional = true } rustyline = { version = "10.0.0", optional = true } -rustyline-derive = { version = "0.7.0", optional = true } +rustyline-derive = { version = "0.8.0", optional = true } [badges] travis-ci = { repository = "vinc/littlewing" }