From 454b4b701e39c0378279f50be2566318dba366da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 04:50:20 +0000 Subject: [PATCH] Update rustyline requirement from 11.0 to 13.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/v11.0.0...v13.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ballista-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballista-cli/Cargo.toml b/ballista-cli/Cargo.toml index 3fc25205f..043bba72a 100644 --- a/ballista-cli/Cargo.toml +++ b/ballista-cli/Cargo.toml @@ -37,7 +37,7 @@ dirs = "5.0.1" env_logger = "0.10" mimalloc = { version = "0.1", default-features = false } num_cpus = "1.13.0" -rustyline = "11.0" +rustyline = "13.0" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] } [features]