1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump the apalis group with 2 updates

Bumps the apalis group with 2 updates: apalis-core and apalis-cron.


Updates `apalis-core` from 0.4.5 to 0.4.6

Updates `apalis-cron` from 0.4.5 to 0.4.6

---
updated-dependencies:
- dependency-name: apalis-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: apalis
- dependency-name: apalis-cron
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: apalis
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-13 19:08:44 +00:00
committed by Quentin Gliech
parent 65329253a5
commit f1570de50c
3 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -161,9 +161,9 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]] [[package]]
name = "apalis-core" name = "apalis-core"
version = "0.4.5" version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af556741a1b045fcd872fcd3aff18242a6ab0a410ca45a53c8e8799bcfc573e9" checksum = "4918875ace74d1077df19820d0168588546ff7690a2d060e59f04653eeb39308"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@ -184,9 +184,9 @@ dependencies = [
[[package]] [[package]]
name = "apalis-cron" name = "apalis-cron"
version = "0.4.5" version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c33e327ddea67cc44e46017b46840b04e6f9df471575935c68a16635dd02f78d" checksum = "eac3684dc2a18c592c9b2173180f68196957bdf94ab5ab08e4d110dc3bb57369"
dependencies = [ dependencies = [
"apalis-core", "apalis-core",
"async-stream", "async-stream",

View File

@ -13,7 +13,7 @@ chrono.workspace = true
thiserror.workspace = true thiserror.workspace = true
futures-util = "0.3.28" futures-util = "0.3.28"
apalis-core = { version = "0.4.5", features = ["tokio-comp"] } apalis-core = { version = "0.4.6", features = ["tokio-comp"] }
opentelemetry.workspace = true opentelemetry.workspace = true
rand_core = "0.6.4" rand_core = "0.6.4"
serde.workspace = true serde.workspace = true

View File

@ -9,8 +9,8 @@ repository.workspace = true
[dependencies] [dependencies]
anyhow.workspace = true anyhow.workspace = true
apalis-core = { version = "0.4.5", features = ["extensions", "tokio-comp", "storage"] } apalis-core = { version = "0.4.6", features = ["extensions", "tokio-comp", "storage"] }
apalis-cron = "0.4.5" apalis-cron = "0.4.6"
async-stream = "0.3.5" async-stream = "0.3.5"
async-trait = "0.1.74" async-trait = "0.1.74"
chrono.workspace = true chrono.workspace = true