mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-23 11:07:45 +02:00
feat: Update dependencies ✨
This commit is contained in:
parent
d2a57e0668
commit
9aaeb7f11d
3 changed files with 366 additions and 349 deletions
708
Cargo.lock
generated
708
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,7 @@ better-panic = "0.3.0"
|
|||
cassowary = "0.3.0"
|
||||
chrono = "0.4.19"
|
||||
clap = { version = "3.1.6", features = ["derive"] }
|
||||
crossterm = { version = "0.23.2", optional = true, default-features = false, features = [
|
||||
crossterm = { version = "0.25.0", optional = true, default-features = false, features = [
|
||||
"event-stream"
|
||||
] }
|
||||
dirs = "4.0.0"
|
||||
|
@ -34,7 +34,7 @@ log4rs = "1.0.0"
|
|||
path-clean = "0.1.0"
|
||||
rand = "0.8.5"
|
||||
regex = "1.5.5"
|
||||
rustyline = "9.1.2"
|
||||
rustyline = "10.0.0"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
shellexpand = "2.1.0"
|
||||
|
@ -42,7 +42,7 @@ shlex = "1.1.0"
|
|||
task-hookrs = { git = "https://github.com/kdheepak/task-hookrs" }
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
tokio-stream = "0.1.3"
|
||||
tui = { version = "0.17.0", optional = true, default-features = false }
|
||||
tui = { version = "0.19.0", optional = true, default-features = false }
|
||||
unicode-segmentation = "1.9.0"
|
||||
unicode-truncate = "0.2.0"
|
||||
unicode-width = "0.1.9"
|
||||
|
|
|
@ -116,6 +116,7 @@ impl EventLoop {
|
|||
KeyModifiers::ALT => KeyCode::Alt(c),
|
||||
_ => KeyCode::Null,
|
||||
},
|
||||
_ => KeyCode::Null,
|
||||
};
|
||||
_tx.send(Event::Input(key)).unwrap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue