From 555b507145819b55f01c7d3e4591203686095e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:00:14 +0000 Subject: [PATCH] chore(deps): bump actix-tls from 3.1.1 to 3.2.0 Bumps [actix-tls](https://github.com/actix/actix-net) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](https://github.com/actix/actix-net/compare/tls-v3.1.1...tls-v3.2.0) --- updated-dependencies: - dependency-name: actix-tls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bee1f6a9..28a1d8b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,20 +411,19 @@ dependencies = [ [[package]] name = "actix-tls" -version = "3.1.1" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72616e7fbec0aa99c6f3164677fa48ff5a60036d0799c98cab894a44f3e0efc3" +checksum = "929e47cc23865cdb856e59673cfba2d28f00b3bbd060dfc80e33a00a3cea8317" dependencies = [ "actix-rt", "actix-service", "actix-utils", "futures-core", "http 0.2.9", + "http 1.0.0", "impl-more", "openssl", "pin-project-lite 0.2.13", - "rustls 0.21.10", - "rustls-webpki", "tokio 1.35.1", "tokio-openssl", "tokio-rustls 0.23.4", @@ -8197,7 +8196,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand 0.8.5", "static_assertions", ]