1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +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

View File

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