From 845d1ba09aeda220585f47fca17f31b7b0719ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:50:11 +0000 Subject: [PATCH] Update foreign-types requirement from 0.3 to 0.5 Updates the requirements on [foreign-types](https://github.com/sfackler/foreign-types) to permit the latest version. - [Release notes](https://github.com/sfackler/foreign-types/releases) - [Commits](https://github.com/sfackler/foreign-types/compare/foreign-types-shared-v0.3.1...v0.5.0) --- updated-dependencies: - dependency-name: foreign-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pingora-openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingora-openssl/Cargo.toml b/pingora-openssl/Cargo.toml index 19b33490..dfac2f86 100644 --- a/pingora-openssl/Cargo.toml +++ b/pingora-openssl/Cargo.toml @@ -22,7 +22,7 @@ openssl = { version = "0.10", features = ["vendored"] } openssl-src = { version = "300", features = ["weak-crypto"] } tokio-openssl = { version = "0.6" } libc = "0.2.70" -foreign-types = { version = "0.3"} +foreign-types = { version = "0.5"} [dev-dependencies] tokio-test = "0.4"