From 402075ac9c21eb77eaab453206363e61d0a35753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:11:04 +0000 Subject: [PATCH] chore(deps): bump job from 0.6.22 to 0.6.23 Bumps [job](https://github.com/GaloyMoney/job) from 0.6.22 to 0.6.23. - [Release notes](https://github.com/GaloyMoney/job/releases) - [Changelog](https://github.com/GaloyMoney/job/blob/main/CHANGELOG.md) - [Commits](https://github.com/GaloyMoney/job/compare/0.6.22...0.6.23) --- updated-dependencies: - dependency-name: job dependency-version: 0.6.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"