mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
feat: Update task-hookrs to v0.9.0 ✨
This commit is contained in:
parent
c533f28a18
commit
ad230beb5d
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -1287,8 +1287,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "task-hookrs"
|
name = "task-hookrs"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
source = "git+https://github.com/kdheepak/task-hookrs#9fe7bd42f96a14571009b5de3ef395cd26988bbe"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "f056b8dfe5514f40e6a5118b48a4584b9c091458387ef321d10e22fe19ae354e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"derive_builder",
|
"derive_builder",
|
||||||
|
|
|
@ -39,7 +39,7 @@ serde = { version = "1.0.163", features = ["derive"] }
|
||||||
serde_json = "1.0.96"
|
serde_json = "1.0.96"
|
||||||
shellexpand = "3.1.0"
|
shellexpand = "3.1.0"
|
||||||
shlex = "1.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 = { version = "1.28.2", features = ["full"] }
|
||||||
tokio-stream = "0.1.14"
|
tokio-stream = "0.1.14"
|
||||||
tui = { package = "ratatui", version = "0.21.0" }
|
tui = { package = "ratatui", version = "0.21.0" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue