From 8c4fc2d74ded9ee2ea6e41874caafe99fced5ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:23:02 +0000 Subject: [PATCH] Bump apalis from 1.0.0-rc.8 to 1.0.0-rc.9 Bumps [apalis](https://github.com/apalis-dev/apalis) from 1.0.0-rc.8 to 1.0.0-rc.9. - [Release notes](https://github.com/apalis-dev/apalis/releases) - [Changelog](https://github.com/apalis-dev/apalis/blob/main/CHANGELOG.md) - [Commits](https://github.com/apalis-dev/apalis/compare/v1.0.0-rc.8...v1.0.0-rc.9) --- updated-dependencies: - dependency-name: apalis dependency-version: 1.0.0-rc.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbd8dad..ce1cf64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "apalis" -version = "1.0.0-rc.8" +version = "1.0.0-rc.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfb75f4612c2703f656d613a1a1061b147a4fdeda50935e4dbc20db16550545a" +checksum = "7780d1e7082500a4fdb463b0a6fc1c00e4012cd9b2af101c26fcabbb2f390f2c" dependencies = [ "apalis-core", "futures-util", @@ -287,9 +287,9 @@ dependencies = [ [[package]] name = "apalis-core" -version = "1.0.0-rc.8" +version = "1.0.0-rc.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a4356a7881a2636007ee502573549a4d94795c3c178154a5ed28f3f473edff" +checksum = "797af42a40f6bc297365f2fed187b74d089c63641f57ce2a5e0f629db560cb47" dependencies = [ "futures-channel", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 26900ae..f957c5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/mangocubed/trailers" [workspace.dependencies] anyhow = "1.0.102" -apalis = "1.0.0-rc.8" +apalis = "1.0.0-rc.9" async-graphql = "8.0.0-rc.5" chrono = { version = "0.4.44", features = ["serde"] } envconfig = "0.11.1"