chore(deps): bump rustyline from 15.0.0 to 18.0.0 (#8961)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
dependabot[bot]
2026-05-12 18:21:44 -04:00
committed by GitHub
parent 3c95650947
commit 651a2022fc
3 changed files with 11 additions and 35 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ strum = { workspace = true }
tempfile = { workspace = true }
etcetera = { workspace = true }
rand = { workspace = true }
rustyline = "15.0.0"
rustyline = "18.0.0"
tracing = { workspace = true }
chrono = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "json", "time"] }
+1 -1
View File
@@ -58,7 +58,7 @@ impl rustyline::ConditionalEventHandler for CtrlCHandler {
fn handle(
&self,
_event: &rustyline::Event,
_n: usize,
_n: u16,
_positive: bool,
ctx: &rustyline::EventContext,
) -> Option<rustyline::Cmd> {