1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Moved some dependencies in the workspace and upgrade some dependencies

This commit is contained in:
Quentin Gliech
2024-03-19 12:44:32 +01:00
parent 099eabd137
commit d8f5fdaf5c
25 changed files with 501 additions and 474 deletions

View File

@@ -18,9 +18,9 @@ axum-extra = { version = "0.8.0", features = ["cookie-private", "cookie-key-expa
chrono.workspace = true
data-encoding = "2.5.0"
futures-util = "0.3.30"
headers = "0.3.9"
headers.workspace = true
http.workspace = true
http-body = "0.4.5"
http-body.workspace = true
icu_locid = "1.4.0"
mime = "0.3.17"
rand.workspace = true
@@ -30,7 +30,7 @@ serde_with = "3.7.0"
serde_urlencoded = "0.7.1"
serde_json.workspace = true
thiserror.workspace = true
tokio = "1.35.1"
tokio = "1.36.0"
tower.workspace = true
tracing.workspace = true
url.workspace = true