From d74354b1eaccfb6ea264fca81f3dd936afdff44f Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Thu, 9 Nov 2017 16:17:17 +0000 Subject: Refactor Serialize logic to produce correct strings. Removes the dependency on the `url` crate because we only need the percent decoding, with our own encoding set. All keys/values are conservatively percent-encoded, but the square brackets are untouched. Compatible with strict decoding, and potentially less error prone. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 718bc76..a2b68a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ itoa = "0.3.0" percent-encoding = "1.0.0" serde = "1.0.1" serde_derive = "1.0.1" -url = "1.4.0" [dev-dependencies] csv = "0.15" -- cgit v1.2.3