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
@@ -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> {