You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
build(deps): bump apalis-cron from 0.4.3 to 0.4.4
Bumps apalis-cron from 0.4.3 to 0.4.4. --- updated-dependencies: - dependency-name: apalis-cron dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
84ca78cf6f
commit
6947b1b397
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -193,9 +193,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "apalis-cron"
|
name = "apalis-cron"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "58ec40212f8caffe889a7b1a05457e0816e429940a0125b193f65d59c5ce95b9"
|
checksum = "244a6309d05cf68cd1f988beb7352f5c1199f54267201c08907c7d54885d6d06"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"apalis-core",
|
"apalis-core",
|
||||||
"async-stream",
|
"async-stream",
|
||||||
|
@ -8,7 +8,7 @@ license = "apache-2.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.72"
|
anyhow = "1.0.72"
|
||||||
apalis-core = { version = "0.4.4", features = ["extensions", "tokio-comp", "storage"] }
|
apalis-core = { version = "0.4.4", features = ["extensions", "tokio-comp", "storage"] }
|
||||||
apalis-cron = "0.4.3"
|
apalis-cron = "0.4.4"
|
||||||
async-stream = "0.3.5"
|
async-stream = "0.3.5"
|
||||||
async-trait = "0.1.72"
|
async-trait = "0.1.72"
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.26"
|
||||||
|
Reference in New Issue
Block a user