1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +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

@@ -53,9 +53,9 @@ oauth2-types.workspace = true
# Default http service
http-body = { version = "0.4.5", optional = true }
rustls = {version = "0.21.9", optional = true }
rustls = { version = "0.22.2", optional = true }
[dependencies.hyper-rustls]
version = "0.24.2"
version = "0.25.0"
features = ["http1", "http2", "rustls-native-certs"]
default-features = false
optional = true