summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJulien Cretin <cretin@google.com>2017-11-05 16:04:27 +0100
committerJulien Cretin <cretin@google.com>2017-11-05 16:04:27 +0100
commit2876bd3dd12a71938107472fb6a42ce3c321aa3a (patch)
tree82a2b2e45330877ff3fee31a577d2a74f81575d3 /Cargo.toml
parent69d4634b3ac7a9547112b87a3bb564eda8e63c25 (diff)
Update data-encoding major version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1f9990..718bc76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ version = "0.3.0"
repository = "samscott89/serde_qs"
[dependencies]
-data-encoding = "1.2"
+data-encoding = "2.0"
error-chain = "0.11.0"
dtoa = "0.4.0"
fnv = "1.0.3"