We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdbcd8 commit d39cd08Copy full SHA for d39cd08
1 file changed
Cargo.toml
@@ -35,7 +35,7 @@ openssl = { version = ">= 0.6.4, < 0.8", optional = true }
35
serde = { version = "0.3", optional = true } # Delete for 0.11
36
serde_json = { version = "0.6", optional = true }
37
time = { version = "0.1.14", optional = true }
38
-unix_socket = { version = ">= 0.3, < 0.5", optional = true, features = ["socket_timeout"] }
+unix_socket = { version = "0.4.1", optional = true, features = ["socket_timeout"] }
39
uuid = { version = "0.1", optional = true }
40
security-framework = { version = "0.1.1", optional = true }
41
0 commit comments