1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump rustls from 0.21.2 to 0.21.3

Bumps [rustls](https://github.com/rustls/rustls) from 0.21.2 to 0.21.3.
- [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/rustls/rustls/commits)

---
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:
dependabot[bot]
2023-07-05 19:45:41 +00:00
committed by Quentin Gliech
parent d1e2eec9b6
commit eeea3d98fa
4 changed files with 23 additions and 13 deletions

30
Cargo.lock generated
View File

@ -2675,7 +2675,7 @@ dependencies = [
"futures-util", "futures-util",
"http", "http",
"hyper", "hyper",
"rustls 0.21.2", "rustls 0.21.3",
"rustls-native-certs", "rustls-native-certs",
"tokio", "tokio",
"tokio-rustls 0.24.1", "tokio-rustls 0.24.1",
@ -3001,7 +3001,7 @@ dependencies = [
"nom", "nom",
"once_cell", "once_cell",
"quoted_printable", "quoted_printable",
"rustls 0.21.2", "rustls 0.21.3",
"rustls-pemfile", "rustls-pemfile",
"socket2", "socket2",
"tokio", "tokio",
@ -3169,7 +3169,7 @@ dependencies = [
"prometheus", "prometheus",
"rand 0.8.5", "rand 0.8.5",
"rand_chacha 0.3.1", "rand_chacha 0.3.1",
"rustls 0.21.2", "rustls 0.21.3",
"sentry", "sentry",
"sentry-tower", "sentry-tower",
"sentry-tracing", "sentry-tracing",
@ -3350,7 +3350,7 @@ dependencies = [
"mas-tower", "mas-tower",
"once_cell", "once_cell",
"opentelemetry", "opentelemetry",
"rustls 0.21.2", "rustls 0.21.3",
"rustls-native-certs", "rustls-native-certs",
"serde", "serde",
"serde_json", "serde_json",
@ -3525,7 +3525,7 @@ dependencies = [
"once_cell", "once_cell",
"rand 0.8.5", "rand 0.8.5",
"rand_chacha 0.3.1", "rand_chacha 0.3.1",
"rustls 0.21.2", "rustls 0.21.3",
"serde", "serde",
"serde_json", "serde_json",
"serde_urlencoded", "serde_urlencoded",
@ -5064,13 +5064,13 @@ dependencies = [
[[package]] [[package]]
name = "rustls" name = "rustls"
version = "0.21.2" version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f" checksum = "b19faa85ecb5197342b54f987b142fb3e30d0c90da40f80ef4fa9a726e6676ed"
dependencies = [ dependencies = [
"log", "log",
"ring", "ring",
"rustls-webpki", "rustls-webpki 0.101.0",
"sct", "sct",
] ]
@ -5105,6 +5105,16 @@ dependencies = [
"untrusted", "untrusted",
] ]
[[package]]
name = "rustls-webpki"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89efed4bd0af2a8de0feb22ba38030244c93db56112b8aa67d27022286852b1c"
dependencies = [
"ring",
"untrusted",
]
[[package]] [[package]]
name = "rustversion" name = "rustversion"
version = "1.0.12" version = "1.0.12"
@ -6061,7 +6071,7 @@ version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [ dependencies = [
"rustls 0.21.2", "rustls 0.21.3",
"tokio", "tokio",
] ]
@ -7021,7 +7031,7 @@ version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
dependencies = [ dependencies = [
"rustls-webpki", "rustls-webpki 0.100.1",
] ]
[[package]] [[package]]

View File

@ -19,7 +19,7 @@ itertools = "0.11.0"
listenfd = "1.0.1" listenfd = "1.0.1"
rand = "0.8.5" rand = "0.8.5"
rand_chacha = "0.3.1" rand_chacha = "0.3.1"
rustls = "0.21.2" rustls = "0.21.3"
serde_json = "1.0.99" serde_json = "1.0.99"
serde_yaml = "0.9.22" serde_yaml = "0.9.22"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] } sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] }

View File

@ -18,7 +18,7 @@ hyper = "0.14.27"
hyper-rustls = { version = "0.24.1", features = ["http1", "http2"], default-features = false, optional = true } hyper-rustls = { version = "0.24.1", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.18.0" once_cell = "1.18.0"
opentelemetry = "0.19.0" opentelemetry = "0.19.0"
rustls = { version = "0.21.2", optional = true } rustls = { version = "0.21.3", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true } rustls-native-certs = { version = "0.6.3", optional = true }
serde = "1.0.166" serde = "1.0.166"
serde_json = "1.0.99" serde_json = "1.0.99"

View File

@ -48,7 +48,7 @@ oauth2-types = { path = "../oauth2-types" }
# Default http service # Default http service
http-body = { version = "0.4.5", optional = true } http-body = { version = "0.4.5", optional = true }
rustls = {version = "0.21.2", optional = true } rustls = {version = "0.21.3", optional = true }
[dependencies.hyper-rustls] [dependencies.hyper-rustls]
version = "0.24.1" version = "0.24.1"
features = ["http1", "http2", "rustls-native-certs"] features = ["http1", "http2", "rustls-native-certs"]