summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-22 16:01:33 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-22 16:01:33 +0200
commitb9533ec27e341d8c62be205a0feb30b0b11a5b1d (patch)
tree1bafa2069d7dfdf41161324e95e0c018660d74ef /net/Cargo.toml
parent678ab880085697c8f70da656ce16c4b8c38e45c9 (diff)
Bump percent-encoding to 2.1.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 6389bbfa..6750810f 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -34,7 +34,7 @@ hyper-tls = "0.3"
libc = "0.2.33"
native-tls = "0.2.0"
nettle = "5.0"
-percent-encoding = "1.0.1"
+percent-encoding = "2.1"
tokio-core = "0.1"
tokio-io = "0.1.4"
url = "2.1"