1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 18:29:34 +00:00

Update Cargo.toml

This commit is contained in:
veeshi 2024-02-07 20:22:31 +00:00 committed by GitHub
parent f4254c5a10
commit 3190e2d918
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"] }