1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Revert back to serde_urlencoded dependecy (#479)

This commit is contained in:
Douman
2018-08-21 22:23:17 +03:00
committed by GitHub
parent 56bc900a82
commit 986f19af86
9 changed files with 2 additions and 1493 deletions

View File

@ -118,9 +118,7 @@ webpki-roots = { version = "0.15", optional = true }
# unix sockets
tokio-uds = { version="0.2", optional = true }
# forked url_encoded
itoa = "0.4"
dtoa = "0.4"
serde_urlencoded = "^0.5.3"
[dev-dependencies]
env_logger = "0.5"