Skip to content

Commit

Permalink
Revert back to serde_urlencoded dependecy (actix#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh authored Aug 21, 2018
1 parent 56bc900 commit 986f19a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,493 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ extern crate tokio_uds;
extern crate url;
#[macro_use]
extern crate serde;
extern crate serde_urlencoded;
#[cfg(feature = "brotli")]
extern crate brotli2;
extern crate encoding;
Expand Down Expand Up @@ -184,7 +185,6 @@ mod resource;
mod route;
mod router;
mod scope;
mod serde_urlencoded;
mod uri;
mod with;

Expand Down
305 changes: 0 additions & 305 deletions src/serde_urlencoded/de.rs

This file was deleted.

Loading

0 comments on commit 986f19a

Please sign in to comment.