summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-22 15:52:10 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-22 15:52:10 +0200
commit678ab880085697c8f70da656ce16c4b8c38e45c9 (patch)
treef42ebc71711ecbe6a1c6eb7deedb68591f41bc0b /net
parent51da1f3911ea79ae7dc83e0f30789f35ac5ef4c4 (diff)
Bump url to 2.1.
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 7ea67c4d..6389bbfa 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -37,7 +37,7 @@ nettle = "5.0"
percent-encoding = "1.0.1"
tokio-core = "0.1"
tokio-io = "0.1.4"
-url = "1.6.0"
+url = "2.1"
zbase32 = "0.1.2"
[dev-dependencies]