feat: Update task-hookrs to v0.9.0

This commit is contained in:
Dheepak Krishnamurthy 2023-07-02 09:47:11 -04:00
parent c533f28a18
commit ad230beb5d
2 changed files with 4 additions and 3 deletions

View file

@ -39,7 +39,7 @@ serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
shellexpand = "3.1.0"
shlex = "1.1.0"
task-hookrs = { git = "https://github.com/kdheepak/task-hookrs" }
task-hookrs = "0.9.0"
tokio = { version = "1.28.2", features = ["full"] }
tokio-stream = "0.1.14"
tui = { package = "ratatui", version = "0.21.0" }