You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2026-01-12 22:51:25 +03:00
build(deps): bump apalis-core from 0.4.3 to 0.4.4
Bumps apalis-core from 0.4.3 to 0.4.4. --- updated-dependencies: - dependency-name: apalis-core 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
9ea20a75c0
commit
91c6b1eaf1
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -170,9 +170,9 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
||||
|
||||
[[package]]
|
||||
name = "apalis-core"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "00c1754ab2177e028672e3a4aed42103656a7af676152d9533f5f5f8d2f8157d"
|
||||
checksum = "31d1c09ff98efe3e8e02161b457c8d3ea75620915ccd1882e503d5d768166512"
|
||||
dependencies = [
|
||||
"async-stream",
|
||||
"async-trait",
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
apalis-core = "0.4.3"
|
||||
apalis-core = "0.4.4"
|
||||
anyhow = "1.0.72"
|
||||
axum = "0.6.19"
|
||||
camino = "1.1.6"
|
||||
|
||||
@@ -11,7 +11,7 @@ chrono = "0.4.26"
|
||||
thiserror = "1.0.44"
|
||||
futures-util = "0.3.28"
|
||||
|
||||
apalis-core = { version = "0.4.3", features = ["tokio-comp"] }
|
||||
apalis-core = { version = "0.4.4", features = ["tokio-comp"] }
|
||||
opentelemetry = "0.19.0"
|
||||
rand_core = "0.6.4"
|
||||
serde = "1.0.180"
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
apalis-core = { version = "0.4.3", features = ["extensions", "tokio-comp", "storage"] }
|
||||
apalis-core = { version = "0.4.4", features = ["extensions", "tokio-comp", "storage"] }
|
||||
apalis-cron = "0.4.3"
|
||||
async-stream = "0.3.5"
|
||||
async-trait = "0.1.72"
|
||||
|
||||
Reference in New Issue
Block a user