1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump all Rust dependencies to latest version (#828)

This commit is contained in:
Quentin Gliech
2023-01-27 15:23:59 +01:00
committed by GitHub
parent 1e78f37353
commit 6bda071e3f
28 changed files with 435 additions and 375 deletions

View File

@ -8,20 +8,20 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.68"
atty = "0.2.14"
axum = "0.6.2"
axum = "0.6.4"
camino = "1.1.2"
clap = { version = "4.0.32", features = ["derive"] }
clap = { version = "4.1.4", features = ["derive"] }
dotenv = "0.15.0"
hyper = { version = "0.14.23", features = ["full"] }
itertools = "0.10.5"
listenfd = "1.0.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
rustls = "0.20.7"
rustls = "0.20.8"
serde_json = "1.0.91"
serde_yaml = "0.9.16"
serde_yaml = "0.9.17"
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
tokio = { version = "1.24.1", features = ["full"] }
tokio = { version = "1.24.2", features = ["full"] }
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.3.5", features = ["fs", "compression-full"] }
url = "2.3.1"