You've already forked authentication-service
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user