Skip to content

Commit d39cd08

Browse files
committed
Tighten unix_socket versions
The socket_timeout feature was introduced in 0.4.1
1 parent 4bdbcd8 commit d39cd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ openssl = { version = ">= 0.6.4, < 0.8", optional = true }
3535
serde = { version = "0.3", optional = true } # Delete for 0.11
3636
serde_json = { version = "0.6", optional = true }
3737
time = { version = "0.1.14", optional = true }
38-
unix_socket = { version = ">= 0.3, < 0.5", optional = true, features = ["socket_timeout"] }
38+
unix_socket = { version = "0.4.1", optional = true, features = ["socket_timeout"] }
3939
uuid = { version = "0.1", optional = true }
4040
security-framework = { version = "0.1.1", optional = true }
4141

0 commit comments

Comments
 (0)