1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump rustls from 0.20.5 to 0.20.6

Bumps [rustls](https://github.com/rustls/rustls) from 0.20.5 to 0.20.6.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.20.5...v/0.20.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:
dependabot[bot]
2022-05-18 19:31:52 +00:00
committed by Quentin Gliech
parent b288b32011
commit 31ff47ef2a
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@ -1717,7 +1717,7 @@ checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
dependencies = [ dependencies = [
"http", "http",
"hyper", "hyper",
"rustls 0.20.5", "rustls 0.20.6",
"rustls-native-certs 0.6.2", "rustls-native-certs 0.6.2",
"tokio", "tokio",
"tokio-rustls 0.23.4", "tokio-rustls 0.23.4",
@ -1908,7 +1908,7 @@ dependencies = [
"once_cell", "once_cell",
"quoted_printable", "quoted_printable",
"regex", "regex",
"rustls 0.20.5", "rustls 0.20.6",
"rustls-pemfile 1.0.0", "rustls-pemfile 1.0.0",
"serde", "serde",
"tokio", "tokio",
@ -2158,7 +2158,7 @@ dependencies = [
"opentelemetry", "opentelemetry",
"opentelemetry-http", "opentelemetry-http",
"opentelemetry-semantic-conventions", "opentelemetry-semantic-conventions",
"rustls 0.20.5", "rustls 0.20.6",
"serde", "serde",
"serde_json", "serde_json",
"thiserror", "thiserror",
@ -3183,7 +3183,7 @@ dependencies = [
"mime", "mime",
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"rustls 0.20.5", "rustls 0.20.6",
"rustls-native-certs 0.6.2", "rustls-native-certs 0.6.2",
"rustls-pemfile 0.3.0", "rustls-pemfile 0.3.0",
"serde", "serde",
@ -3302,9 +3302,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls" name = "rustls"
version = "0.20.5" version = "0.20.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a024a432ae760ab3bff924ad91ce1cfa52cb57ed16e1ef32d0d249cfee1a6c13" checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
dependencies = [ dependencies = [
"log", "log",
"ring", "ring",
@ -4086,7 +4086,7 @@ version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [ dependencies = [
"rustls 0.20.5", "rustls 0.20.6",
"tokio", "tokio",
"webpki 0.22.0", "webpki 0.22.0",
] ]

View File

@ -18,7 +18,7 @@ once_cell = "1.10.0"
opentelemetry = "0.17.0" opentelemetry = "0.17.0"
opentelemetry-http = "0.6.0" opentelemetry-http = "0.6.0"
opentelemetry-semantic-conventions = "0.9.0" opentelemetry-semantic-conventions = "0.9.0"
rustls = "0.20.5" rustls = "0.20.6"
serde = "1.0.137" serde = "1.0.137"
serde_json = "1.0.81" serde_json = "1.0.81"
thiserror = "1.0.31" thiserror = "1.0.31"