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

Bump Rust depdenencies

This commit is contained in:
Quentin Gliech
2023-04-18 19:40:53 +02:00
parent 186f0956f0
commit 4baa15bbd3
26 changed files with 950 additions and 694 deletions

View File

@ -7,23 +7,23 @@ license = "Apache-2.0"
[dependencies]
async-trait = "0.1.68"
axum = { version = "0.6.11", features = ["headers"] }
axum = { version = "0.6.15", features = ["headers"] }
axum-extra = { version = "0.7.3", features = ["cookie-private"] }
chrono = "0.4.24"
data-encoding = "2.3.3"
futures-util = "0.3.27"
futures-util = "0.3.28"
headers = "0.3.8"
http = "0.2.9"
http-body = "0.4.5"
mime = "0.3.17"
rand = "0.8.5"
sentry = { version = "0.30.0", default-features = false }
serde = "1.0.158"
serde_with = "2.3.1"
serde = "1.0.160"
serde_with = "2.3.2"
serde_urlencoded = "0.7.1"
serde_json = "1.0.94"
serde_json = "1.0.96"
thiserror = "1.0.40"
tokio = "1.26.0"
tokio = "1.27.0"
tower = { version = "0.4.13", features = ["util"] }
tracing = "0.1.37"
url = "2.3.1"