From d39cd0828176a058fe3a0887a69bdc4a6c0d3cd2 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 5 Dec 2015 15:40:36 -0800 Subject: [PATCH] Tighten unix_socket versions The socket_timeout feature was introduced in 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0868d865..234cd807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ openssl = { version = ">= 0.6.4, < 0.8", optional = true } serde = { version = "0.3", optional = true } # Delete for 0.11 serde_json = { version = "0.6", optional = true } time = { version = "0.1.14", optional = true } -unix_socket = { version = ">= 0.3, < 0.5", optional = true, features = ["socket_timeout"] } +unix_socket = { version = "0.4.1", optional = true, features = ["socket_timeout"] } uuid = { version = "0.1", optional = true } security-framework = { version = "0.1.1", optional = true }