From 3fb09533f95763dde94a31edeb24fdc3b4936f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:28:54 +0000 Subject: [PATCH] chore(deps): bump apalis from 0.4.7 to 0.4.9 Bumps [apalis](https://github.com/geofmureithi/apalis) from 0.4.7 to 0.4.9. - [Release notes](https://github.com/geofmureithi/apalis/releases) - [Commits](https://github.com/geofmureithi/apalis/compare/v0.4.7...v0.4.9) --- updated-dependencies: - dependency-name: apalis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 66 ++++++++++++++++++------------------------------------ 1 file changed, 22 insertions(+), 44 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c14f29a2..9598a413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,9 +788,9 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "apalis" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba9f8ffc2c31388317e252cbfd822f1bd798d3774ede774e25318d2a1486a55" +checksum = "78bbaeebf00817d5aa561515b313ef0d280bf4b92592e4709b21925c1233f613" dependencies = [ "apalis-core", "apalis-cron", @@ -800,9 +800,9 @@ dependencies = [ [[package]] name = "apalis-core" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dbe998f2a77a65433e3e893f7ffba5b0c4835a9601ccab02aa868d1d3ed71eb" +checksum = "1deb48475efcdece1f23a0553209ee842f264c2a5e9bcc4928bfa6a15a044cde" dependencies = [ "async-stream", "async-trait", @@ -824,9 +824,9 @@ dependencies = [ [[package]] name = "apalis-cron" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fc57450bd6a857d2370bb5504cf3d7f2a1fb85c7b68bdb7f92f50aac0e26aac" +checksum = "43310b7e0132f9520b09224fb6faafb32eec82a672aa79c09e46b5b488ed505b" dependencies = [ "apalis-core", "async-stream", @@ -839,9 +839,9 @@ dependencies = [ [[package]] name = "apalis-redis" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f54f200390d19fa8745547750aa88a408c90570e18716bdbeaf3479d5158b50" +checksum = "2abee8225fd875e57b530abbcf2d9c3122c1a2cce905367b67c6410b6f9654d7" dependencies = [ "apalis-core", "async-stream", @@ -849,7 +849,7 @@ dependencies = [ "chrono", "futures", "log", - "redis 0.23.3", + "redis", "serde", "serde_json", "tokio 1.37.0", @@ -857,9 +857,9 @@ dependencies = [ [[package]] name = "apalis-sql" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03669b0e92f37f61b77c1647bde5a7ea7bd3a0c293365bd2bd00b10d7435e3b" +checksum = "5899bfd124e460f1449ffab643f6bac0dc417e7ca234f34c732c923c6a3addbf" dependencies = [ "apalis-core", "async-stream", @@ -1099,9 +1099,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.74" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", @@ -2600,7 +2600,7 @@ dependencies = [ "actix-web", "env_logger", "log", - "redis 0.24.0", + "redis", "serde", ] @@ -3409,9 +3409,9 @@ checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" [[package]] name = "futures-lite" -version = "2.1.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" +checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ "fastrand", "futures-core", @@ -5999,29 +5999,6 @@ dependencies = [ "bitflags 1.3.2", ] -[[package]] -name = "redis" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" -dependencies = [ - "arc-swap", - "async-trait", - "bytes 1.5.0", - "combine 4.6.6", - "futures", - "futures-util", - "itoa 1.0.9", - "percent-encoding", - "pin-project-lite 0.2.13", - "ryu", - "sha1_smol", - "tokio 1.37.0", - "tokio-retry", - "tokio-util 0.7.10", - "url", -] - [[package]] name = "redis" version = "0.24.0" @@ -6038,6 +6015,7 @@ dependencies = [ "percent-encoding", "pin-project-lite 0.2.13", "ryu", + "sha1_smol", "tokio 1.37.0", "tokio-retry", "tokio-util 0.7.10", @@ -7688,18 +7666,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", @@ -8253,7 +8231,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "rand 0.8.5", "static_assertions", ]