From 3190e2d91847904308f67cd19dd99267d334600b Mon Sep 17 00:00:00 2001 From: veeshi <31014797+veeshi@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:22:31 +0000 Subject: [PATCH] Update Cargo.toml --- actix-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 28ad011cb..dd8aaa2a0 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -122,7 +122,7 @@ flate2 = { version = "1.0.13", optional = true } zstd = { version = "0.13", optional = true } # Proxy protocol support -ppp = { version = "0.2", optional = true } +ppp = { version = "2.2.0", optional = true } [dev-dependencies] actix-http-test = { version = "3", features = ["openssl"] }