mirror of
https://github.com/actix/actix-web.git
synced 2024-12-17 13:46:36 +00:00
Update Cargo.toml
This commit is contained in:
parent
f4254c5a10
commit
3190e2d918
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ flate2 = { version = "1.0.13", optional = true }
|
||||||
zstd = { version = "0.13", optional = true }
|
zstd = { version = "0.13", optional = true }
|
||||||
|
|
||||||
# Proxy protocol support
|
# Proxy protocol support
|
||||||
ppp = { version = "0.2", optional = true }
|
ppp = { version = "2.2.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-http-test = { version = "3", features = ["openssl"] }
|
actix-http-test = { version = "3", features = ["openssl"] }
|
||||||
|
|
Loading…
Reference in a new issue