summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2020-12-06 23:43:32 -0500
committerSam Scott <sam@osohq.com>2020-12-06 23:43:48 -0500
commitb7b2520107ecfca77520151c6dc3002442bf0f0b (patch)
treebe49c18915bac69746fcbc2bfb3641b3994a83d1 /Cargo.toml
parent3f77d51edcc0575df5204152cb0dd960604244dc (diff)
Serialize bytes as percent-encoded data.
Fixes #40. Thanks to @faulesocke for reporting.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"