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

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2022-08-01 17:50:33 +02:00
parent ba6a382f2c
commit d4c718ef4b
18 changed files with 407 additions and 427 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
dev = []
[dependencies]
axum = "0.5.11"
axum = "0.5.13"
headers = "0.3.7"
http = "0.2.8"
http-body = "0.4.5"
@ -17,4 +17,4 @@ mime_guess = "2.0.4"
rust-embed = "6.4.0"
tower = "0.4.13"
tower-http = { version = "0.3.4", features = ["fs"] }
tracing = "0.1.35"
tracing = "0.1.36"