summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorJoão Souto <joao.jpgs@hotmail.com>2020-03-23 22:02:51 +0000
committerGitHub <noreply@github.com>2020-03-23 18:02:51 -0400
commit70a50344315a4c3361fc321e78e076fb09a502b3 (patch)
tree1079d325ec898afb7829ac1888ed395ed2ac35d2 /cli/Cargo.toml
parentb924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d (diff)
feat: Support Unix Domain Sockets (#4176)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index dac161731..c7a2fbf75 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -54,7 +54,7 @@ sys-info = "=0.5.8" # 0.5.9 and 0.5.10 are broken on windows.
sourcemap = "5.0.0"
tempfile = "3.1.0"
termcolor = "1.1.0"
-tokio = { version = "0.2.13", features = ["rt-core", "tcp", "udp", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] }
+tokio = { version = "0.2.13", features = ["rt-core", "tcp", "udp", "uds", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] }
tokio-rustls = "0.13.0"
url = "2.1.1"
utime = "0.2.1"