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

@@ -30,7 +30,7 @@ bytes = "1.5.0"
chrono.workspace = true
form_urlencoded = "1.2.1"
futures-util = "0.3.30"
headers = "0.3.9"
headers.workspace = true
http.workspace = true
language-tags = "0.3.2"
mime = "0.3.17"
@@ -51,15 +51,11 @@ mas-keystore = { workspace = true, optional = true }
oauth2-types.workspace = true
# Default http service
http-body = { version = "0.4.5", optional = true }
http-body = { workspace = true, optional = true }
hyper = { workspace = true, optional = true }
hyper-rustls = { workspace = true, optional = true }
rustls = { workspace = true, optional = true }
rustls-platform-verifier = { workspace = true, optional = true }
hyper-rustls = { workspace = true, optional = true }
[dependencies.hyper]
version = "0.14.27"
features = ["client", "http1", "http2", "stream", "runtime"]
optional = true
[dependencies.tower-http]
version = "0.4.4"
@@ -68,8 +64,8 @@ optional = true
[dev-dependencies]
assert_matches = "1.5.0"
bitflags = "2.4.2"
bitflags = "2.5.0"
mas-keystore.workspace = true
rand_chacha = "0.3.1"
tokio = { version = "1.35.1", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.36.0", features = ["rt", "macros", "rt-multi-thread"] }
wiremock = "0.5.22"