1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +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

@ -14,10 +14,10 @@ workspace = true
[dependencies]
bytes = "1.5.0"
futures-util = "0.3.30"
headers = "0.3.9"
headers.workspace = true
http.workspace = true
http-body = "0.4.5"
hyper = "0.14.27"
http-body.workspace = true
hyper.workspace = true
hyper-rustls = { workspace = true, optional = true }
opentelemetry.workspace = true
rustls = { workspace = true, optional = true }
@ -35,7 +35,7 @@ mas-tower = { workspace = true, optional = true }
[dev-dependencies]
anyhow.workspace = true
tokio = { version = "1.35.1", features = ["macros", "rt"] }
tokio = { version = "1.36.0", features = ["macros", "rt"] }
[features]
client = [