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

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-06-14 11:20:34 +02:00
parent 3672d2dbde
commit 7e90564d16
28 changed files with 432 additions and 401 deletions

View File

@ -6,12 +6,12 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
apalis-core = "=0.4.0"
apalis-core = "0.4.2"
anyhow = "1.0.71"
atty = "0.2.14"
axum = "0.6.18"
camino = "1.1.4"
clap = { version = "4.3.0", features = ["derive"] }
clap = { version = "4.3.3", features = ["derive"] }
dotenv = "0.15.0"
hyper = { version = "0.14.26", features = ["full"] }
itertools = "0.10.5"
@ -22,10 +22,10 @@ rustls = "0.21.1"
serde_json = "1.0.96"
serde_yaml = "0.9.21"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] }
tokio = { version = "1.28.1", features = ["full"] }
tokio = { version = "1.28.2", features = ["full"] }
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.4.0", features = ["fs", "compression-full"] }
url = "2.3.1"
url = "2.4.0"
watchman_client = "0.8.0"
zeroize = "1.6.0"