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

Bump Rust dependencies and update cargo-deny exceptions

This commit is contained in:
Quentin Gliech
2024-02-01 18:34:58 +01:00
parent ba95dd022a
commit d01b8c36a6
7 changed files with 654 additions and 588 deletions

View File

@ -22,14 +22,14 @@ pin-project-lite = "0.2.13"
socket2 = "0.5.5"
thiserror.workspace = true
tokio = { version = "1.34.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio-rustls = "0.24.1"
tokio-rustls = "0.25.0"
tower-http = { version = "0.4.4", features = ["add-extension"] }
tower-service = "0.3.2"
tracing.workspace = true
[dev-dependencies]
anyhow.workspace = true
rustls-pemfile = "1.0.4"
rustls-pemfile = "2.0.0"
tokio = { version = "1.34.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio-test = "0.4.3"
tracing-subscriber.workspace = true