summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-03-12 15:35:07 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-03-12 15:35:07 +0100
commit9ea51d170815dc0c3ee6b089265ce6aa82f8b0ae (patch)
tree65ccc2264e2f37ec0c1a49e48ce24a623cc2bc89 /net/Cargo.toml
parenta6b72052e9640bec9f877d2311b2d2ef81e5c42e (diff)
Bump dependencies.
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 b7844c4d..bd97084b 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -16,7 +16,7 @@ hyper-tls = "0.1.2"
libc = "0.2.33"
native-tls = "0.1.4"
percent-encoding = "1.0.1"
-rand = "0.3"
+rand = "0.4"
tokio-core = "0.1"
tokio-io = "0.1.4"
url = "1.6.0"