You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
build(deps): bump rustls from 0.21.5 to 0.21.6
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.5 to 0.21.6. - [Release notes](https://github.com/rustls/rustls/releases) - [Commits](https://github.com/rustls/rustls/compare/v/0.21.5...v/0.21.6) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
bcc988beff
commit
b153316cf6
@@ -48,7 +48,7 @@ oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
# Default http service
|
||||
http-body = { version = "0.4.5", optional = true }
|
||||
rustls = {version = "0.21.5", optional = true }
|
||||
rustls = {version = "0.21.6", optional = true }
|
||||
[dependencies.hyper-rustls]
|
||||
version = "0.24.1"
|
||||
features = ["http1", "http2", "rustls-native-certs"]
|
||||
|
Reference in New Issue
Block a user