From bed73446ab83b69b1eb7d73f0219beb91f12e237 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 19 Oct 2025 20:16:47 +0200 Subject: update all deps to latest version --- src/tui/commands.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tui/commands.rs') diff --git a/src/tui/commands.rs b/src/tui/commands.rs index 89fcf44..7099355 100644 --- a/src/tui/commands.rs +++ b/src/tui/commands.rs @@ -15,9 +15,7 @@ // along with this program. If not, see . ///// -use ratatui::crossterm::event::{ - Event, KeyCode, KeyEvent, KeyModifiers, MouseEvent, MouseEventKind, -}; +use crossterm::event::{Event, KeyCode, KeyEvent, KeyModifiers, MouseEvent, MouseEventKind}; use tui_input::Input; // // Possible ressources to open -- cgit v1.2.3