From 2d2b069a41d0f63a900d1d0ca470a521dc8ea6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:47:07 +0000 Subject: [PATCH] chore(deps): bump job from 0.6.9 to 0.6.10 Bumps [job](https://github.com/GaloyMoney/job) from 0.6.9 to 0.6.10. - [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.9...0.6.10) --- updated-dependencies: - dependency-name: job dependency-version: 0.6.10 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 08dd63e..52dfc75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,9 +923,9 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "job" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a47c870b0a298b0823bebec9a5de8db6a87a6cddbb297069c5cd8b79583c39" +checksum = "4f55e37a15600e7c7aa60c86eb80577c2ad0c187cc315ad1495e032da5bea7b3" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 18cfd36..bc4d341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,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.9" +job = "0.6.10" thiserror = "2.0" async-trait = "0.1" derive_builder = "0.20"