From 8a18724f53ac35095ed603a2fb259f0abdf56daf Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Tue, 31 Oct 2017 23:07:39 +0000 Subject: New parsing strategy. - Only perform the percent decoding at the final step (fixes #10). - Reduce allocations by borrowing as much as possible. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 179c350..e4c542b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,10 @@ error-chain = "0.11.0" dtoa = "0.4.0" fnv = "1.0.3" itoa = "0.3.0" +percent-encoding = "1.0.0" serde = "1.0.1" serde_derive = "1.0.1" -url = "1.0.0" +url = "1.4.0" [dev-dependencies] csv = "0.15" -- cgit v1.2.3