You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
build(deps): bump rustls from 0.21.6 to 0.21.7
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.6 to 0.21.7. - [Release notes](https://github.com/rustls/rustls/releases) - [Commits](https://github.com/rustls/rustls/compare/v/0.21.6...v/0.21.7) --- 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
36484e13e1
commit
9f58be0bcb
@ -17,7 +17,7 @@ itertools = "0.11.0"
|
||||
listenfd = "1.0.1"
|
||||
rand.workspace = true
|
||||
rand_chacha = "0.3.1"
|
||||
rustls = "0.21.6"
|
||||
rustls = "0.21.7"
|
||||
serde_json.workspace = true
|
||||
serde_yaml = "0.9.25"
|
||||
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
@ -16,7 +16,7 @@ hyper = "0.14.27"
|
||||
hyper-rustls = { version = "0.24.1", features = ["http1", "http2"], default-features = false, optional = true }
|
||||
once_cell = "1.18.0"
|
||||
opentelemetry = "0.20.0"
|
||||
rustls = { version = "0.21.6", optional = true }
|
||||
rustls = { version = "0.21.7", optional = true }
|
||||
rustls-native-certs = { version = "0.6.3", optional = true }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
@ -48,7 +48,7 @@ oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
# Default http service
|
||||
http-body = { version = "0.4.5", optional = true }
|
||||
rustls = {version = "0.21.6", optional = true }
|
||||
rustls = {version = "0.21.7", optional = true }
|
||||
[dependencies.hyper-rustls]
|
||||
version = "0.24.1"
|
||||
features = ["http1", "http2", "rustls-native-certs"]
|
||||
|
Reference in New Issue
Block a user