From 9a245095ad2002860d043f6bce74f525998c0330 Mon Sep 17 00:00:00 2001 From: DJ Majumdar Date: Tue, 24 Mar 2026 21:45:12 -0700 Subject: [PATCH] chore: update taskmill from 0.6 to 0.7.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f5395a..00b8502 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2547,9 +2547,9 @@ dependencies = [ [[package]] name = "taskmill" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4bed5675d4bd340cf473e83a04c76971beb32969c8e38f88528f7c041d412c9" +checksum = "59ab6a0518d1171c61e1fab95c3985cb30f86d65c98ff4662ea028375f5ac3ce" dependencies = [ "chrono", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index d0191b9..59d7f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ notify-debouncer-mini = "0.5" mime_guess = "2" # Task scheduling -taskmill = { version = "0.6.0", default-features = false } +taskmill = { version = "0.7.1", default-features = false } # HTTP client for webhook delivery (Phase 9, HTTPS added in Phase 10) hyper = "1"