chore(deps): Bump tokio-rustls from 0.23.2 to 0.23.3 (#4074)

Bumps [tokio-rustls](https://github.com/tokio-rs/tls) from 0.23.2 to 0.23.3.
- [Release notes](https://github.com/tokio-rs/tls/releases)
- [Commits](https://github.com/tokio-rs/tls/commits)

---
updated-dependencies:
- dependency-name: tokio-rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-03-21 10:43:07 +00:00 committed by GitHub
parent c543b61f6c
commit 66cf34c2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

10
Cargo.lock generated
View File

@ -1984,7 +1984,7 @@ dependencies = [
"rustls 0.20.4",
"rustls-native-certs 0.6.1",
"tokio",
"tokio-rustls 0.23.2",
"tokio-rustls 0.23.3",
"webpki-roots 0.22.2",
]
@ -4477,7 +4477,7 @@ dependencies = [
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-rustls 0.23.2",
"tokio-rustls 0.23.3",
"tokio-util 0.6.9",
"url",
"wasm-bindgen",
@ -5754,9 +5754,9 @@ dependencies = [
[[package]]
name = "tokio-rustls"
version = "0.23.2"
version = "0.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"
dependencies = [
"rustls 0.20.4",
"tokio",
@ -6566,7 +6566,7 @@ dependencies = [
"sqlx-macros",
"syn",
"tokio",
"tokio-rustls 0.23.2",
"tokio-rustls 0.23.3",
"tokio-stream",
"tokio-util 0.6.9",
"tokio-util 0.7.0",