summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index a24a6840..8ae55c34 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -36,7 +36,7 @@ tempfile = "3.1"
thiserror = "1.0.2"
tokio = { version = "1.13.1", features = [ "rt-multi-thread", "io-util", "net" ] }
tokio-util = { version = "0.6", features = ["compat"] }
-socket2 = "0.3.16"
+socket2 = "0.4"
dirs = "2.0"
[target.'cfg(windows)'.dependencies]