We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99466da commit dac19e8Copy full SHA for dac19e8
Cargo.toml
@@ -35,7 +35,7 @@ chrono = { version = "0.2.14", optional = true }
35
openssl = { version = "0.6", optional = true }
36
serde = { version = "0.3", optional = true }
37
time = { version = "0.1.14", optional = true }
38
-unix_socket = { version = "0.3", optional = true }
+unix_socket = { version = ">= 0.3, < 0.5", optional = true }
39
uuid = { version = "0.1", optional = true }
40
41
[dev-dependencies]
0 commit comments