From b7b2520107ecfca77520151c6dc3002442bf0f0b Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 6 Dec 2020 23:43:32 -0500 Subject: Serialize bytes as percent-encoded data. Fixes #40. Thanks to @faulesocke for reporting. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e7f73a6..6e725a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ repository = "samscott89/serde_qs" [dependencies] actix-web = { version = "3.3", optional = true } actix-web2 = { package = "actix-web", version = "2.0.0", optional = true } -data-encoding = "2.3.1" futures = { version = "0.3.8", optional = true } percent-encoding = "2.1.0" serde = "1.0.118" -- cgit v1.2.3