From a75e270719f1616de56e7f40439737c6a6111bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 12:50:40 +0100 Subject: [PATCH] chore(deps): bump tokio-rustls from 0.23.0 to 0.23.1 (#93) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb97adb..d119fab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ "rcgen", "rustls 0.20.0", "tokio", - "tokio-rustls 0.23.0", + "tokio-rustls 0.23.1", "url", "webpki 0.22.0", ] @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d49194a46b06a69f2498a34a595ab4a9c1babd2642ffa3dbccf6c6778d1426f2" +checksum = "4baa378e417d780beff82bf54ceb0d195193ea6a00c14e22359e7f39456b5689" dependencies = [ "rustls 0.20.0", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 7c736c0..a757a28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ once_cell = "1.8" percent-encoding = "2.1" rcgen = { version = "0.8.14" } rustls = "0.20.0" -tokio-rustls = "0.23.0" +tokio-rustls = "0.23.1" tokio = { version = "1.13", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } url = "2.2.2" webpki = "0.22.0"