From 913697b1442169c5ac20f553b8c255a1114720f5 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Fri, 30 Apr 2021 20:22:09 +0530 Subject: Place socket file in runtime directory or cache directory and use names crate for socket file name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4f71667bb..8b8ccc177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ lazy_static = "1.4.0" wasmer = "1.0.0" wasmer-wasi = "1.0.0" interprocess = "1.1.1" -uuid = { version = "0.8.2", features = ["v4"] } +names = "0.11.0" zellij-tile = { path = "zellij-tile/", version = "0.5.0" } [dependencies.async-std] -- cgit v1.2.3