From 038cc5f974f81b0fc0925dcf69c997faea4b41c6 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Fri, 22 Mar 2024 00:40:07 +0000 Subject: [PATCH] Bump rustyline to 14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c42075d6..e34c4067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ static_assertions = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] criterion = { version = "0.5", features = ["async_tokio"] } -rustyline = "13.0" +rustyline = "14.0" tokio = { version = "1.0", features = ["full"] } [[bench]]