1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +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

@@ -19,10 +19,10 @@ headers = "0.3.9"
http.workspace = true
http-body = "0.4.5"
hyper = "0.14.27"
hyper-rustls = { version = "0.24.2", features = ["http1", "http2"], default-features = false, optional = true }
hyper-rustls = { version = "0.25.0", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.18.0"
opentelemetry.workspace = true
rustls = { version = "0.21.9", optional = true }
rustls = { version = "0.22.2", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
serde.workspace = true
serde_json.workspace = true
@@ -33,7 +33,7 @@ tower = { version = "0.4.13", features = ["util"] }
tower-http = { version = "0.4.4", features = ["cors"] }
tracing.workspace = true
tracing-opentelemetry.workspace = true
webpki-roots = { version = "0.25.3", optional = true }
webpki-roots = { version = "0.26.0", optional = true }
mas-tower.workspace = true