From cc26dcd4ffd2c8093b705e9bfa4e12da8e5d778a Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Mon, 20 Apr 2026 00:16:34 +0100 Subject: [PATCH] Bump rustyline --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29c4b8f..2a2d0d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ http-body-util = "0.1.1" reqwest = { version = "0.13", features = ["json"] } tempfile = "3" criterion = { version = "0.8", features = ["async_tokio"] } -rustyline = "17.0" +rustyline = "18.0" tokio = { version = "1.0", features = ["full"] } [lints.rust]