From b179737528fb8ba5ab66218702a30748faaebc7e Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:05:56 +0300 Subject: [PATCH] Relax `rustyline` version constraint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f4bbe97fe1..d6bcc98881d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ radium = "1.1.1" rand = "0.9" rand_core = { version = "0.9", features = ["os_rng"] } rustix = { version = "1.1", features = ["event"] } -rustyline = "17.0.1" +rustyline = "17" serde = { package = "serde_core", version = "1.0.225", default-features = false, features = ["alloc"] } schannel = "0.1.29" scoped-tls = "1"