summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--ipc/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f610ba00..2a366b5a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2533,7 +2533,7 @@ dependencies = [
"quickcheck",
"rand",
"sequoia-openpgp",
- "socket2 0.4.10",
+ "socket2 0.5.5",
"tempfile",
"thiserror",
"tokio",
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index ffe47bdf..b144cbe0 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -38,7 +38,7 @@ tempfile = "3.1"
thiserror = "1.0.2"
tokio = { version = "1.19", features = [ "rt-multi-thread", "io-util", "net" ] }
tokio-util = { version = "0.7", features = ["compat"] }
-socket2 = "0.4"
+socket2 = "0.5"
dirs = "5"
[target.'cfg(windows)'.dependencies]