diff --git a/Cargo.lock b/Cargo.lock index 6761b6d..9fe44c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,9 +923,9 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "job" -version = "0.6.22" +version = "0.6.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f5984583408d25de1b4a0b4a60d4292bbfc7daf9504ea2b8daad4d266f65400" +checksum = "fda19405ea7384a17b35e7d1b2596514d1823bc8ca4874330502d95544bb71ef" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3c58acf..d50a7ae 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.22" +job = "0.6.23" thiserror = "2.0" async-trait = "0.1" derive_builder = "0.20"