From ad230beb5d30858af2e38f23179e4d8d4ffc0901 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 2 Jul 2023 09:47:11 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20Update=20task-hookrs=20to=20v0.9.0=20?= =?UTF-8?q?=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52d1d1c..3815253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,8 +1287,9 @@ dependencies = [ [[package]] name = "task-hookrs" -version = "0.8.0" -source = "git+https://github.com/kdheepak/task-hookrs#9fe7bd42f96a14571009b5de3ef395cd26988bbe" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f056b8dfe5514f40e6a5118b48a4584b9c091458387ef321d10e22fe19ae354e" dependencies = [ "chrono", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index 898460b..675accf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }