summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-03-06 23:48:54 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-03-06 23:49:17 +0100
commit57644f2d5a1eeba6dede6cd3db490c2bb38ad1f2 (patch)
tree471feba666833135546828c0d66c5cf49ac56c51 /mullvad-daemon
parent2ae706231d6fc09f61d2eda5fc15c5b6596dde3c (diff)
downloadmullvadvpn-57644f2d5a1eeba6dede6cd3db490c2bb38ad1f2.tar.xz
mullvadvpn-57644f2d5a1eeba6dede6cd3db490c2bb38ad1f2.zip
Upgrade env_logger, duct, uuid and rand
Diffstat (limited to 'mullvad-daemon')
-rw-r--r--mullvad-daemon/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index cf2531698d..026a5c47a3 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -20,9 +20,9 @@ jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v8.0.1" }
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v8.0.1" }
jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc", tag = "v8.0.1" }
jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc", tag = "v8.0.1" }
-uuid = { version = "0.5", features = ["v4"] }
+uuid = { version = "0.6", features = ["v4"] }
lazy_static = "1.0"
-rand = "0.3"
+rand = "0.4"
tokio-core = "0.1"
tokio-timer = "0.1"
regex = "0.2"