build: Upgraded crossterm and reedline dependencies

This commit is contained in:
2026-04-08 14:54:53 -06:00
parent ed59051f3d
commit 7e5ff2ba1f
3 changed files with 10 additions and 6 deletions
+2
View File
@@ -111,12 +111,14 @@ fn create_suggestion(value: &str, description: &str, span: Span) -> Suggestion {
Some(description.to_string())
};
Suggestion {
display_override: None,
value: value.to_string(),
description,
style: None,
extra: None,
span,
append_whitespace: false,
match_indices: None,
}
}