From ff9d071b965edbfe7c899f68187b75cf3196c24e Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 28 Apr 2026 09:05:35 +0200 Subject: [PATCH] chore(deps): bump job to 0.6.22 Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92179b4..ae785bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,9 +923,9 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "job" -version = "0.6.21" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764fd71da384151e105d0c93c85478327e034f512e4836700b04413f5bc580c9" +checksum = "1f5984583408d25de1b4a0b4a60d4292bbfc7daf9504ea2b8daad4d266f65400" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0361130..e272a16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ chrono = { version = "0.4", features = ["clock", "serde"], default-features = fa tracing = { version = "0.1" } futures = "0.3" im = { version = "15.1", features = ["serde"] } -job = "0.6.21" +job = "0.6.22" thiserror = "2.0" async-trait = "0.1" derive_builder = "0.20"