From 7dfbe29320150903c5aed1e0ccfe1215638d8e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:54:37 +0000 Subject: [PATCH] Bump openssl from 0.10.57 to 0.10.60 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.60. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.60) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- proxyapi/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c865d1..e9b5d88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2294,9 +2294,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.57" +version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" +checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ "bitflags 2.4.1", "cfg-if", @@ -2335,9 +2335,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.93" +version = "0.9.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" +checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" dependencies = [ "cc", "libc", diff --git a/proxyapi/Cargo.toml b/proxyapi/Cargo.toml index abc0ae1..34ecd66 100644 --- a/proxyapi/Cargo.toml +++ b/proxyapi/Cargo.toml @@ -18,7 +18,7 @@ hyper = {version="0.14.23", features=["full"]} hyper-rustls = {version = "0.23.2", features = ["http1", "logging", "tls12", "webpki-tokio"]} hyper-tungstenite = "0.11" moka = {version="0.9.6", features= ["future"]} -openssl = {version = "0.10.45", features = ["vendored"]} +openssl = {version = "0.10.60", features = ["vendored"]} thiserror = "1.0.38" tokio = {version = "1.25.0", features = ["full"]} tokio-rustls = "0.23.4"