summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
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 /talpid-core
parent2ae706231d6fc09f61d2eda5fc15c5b6596dde3c (diff)
downloadmullvadvpn-57644f2d5a1eeba6dede6cd3db490c2bb38ad1f2.tar.xz
mullvadvpn-57644f2d5a1eeba6dede6cd3db490c2bb38ad1f2.zip
Upgrade env_logger, duct, uuid and rand
Diffstat (limited to 'talpid-core')
-rw-r--r--talpid-core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 9f2dc1db32..e4bdf37187 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -6,13 +6,13 @@ description = "Core backend functionality of the Mullvad VPN client"
license = "GPL-3.0"
[dependencies]
-duct = "0.9.1"
+duct = "0.10"
error-chain = "0.11"
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v8.0.1" }
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v8.0.1" }
lazy_static = "1.0"
log = "0.4"
-uuid = { version = "0.5", features = ["v4"] }
+uuid = { version = "0.6", features = ["v4"] }
shell-escape = "0.1"
openvpn-plugin = { version = "0.3", features = ["serde"] }