summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-09-17 17:48:39 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-09-21 16:32:15 +0200
commit372982c1ffe867850e78732300fdf5e9e6ce4970 (patch)
tree5c2bda08443653fb7ae17069d6c192cd2cb1564f /ipc
parent2cec8954ed3fe294919eb97bab4dba0dd3a33930 (diff)
ipc: Unpin dependency socket2.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 679729b9..4bb81aa6 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -39,11 +39,7 @@ tokio = "0.1"
tokio-core = "0.1"
tokio-io = "0.1.4"
parity-tokio-ipc = "0.4"
-
-# XXX: We need to pin some dependencies to keep our MSRV at 1.34. If
-# you are packaging Sequoia, feel free to drop these pins if your
-# compiler is newer.
-socket2 = "= 0.3.11"
+socket2 = "0.3.11"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", default-features = false, features = ["winsock2"] }