summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-10-27 15:02:43 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-10-27 15:02:43 +0200
commitd638abbe200357281e0382ed8dbd9e7845f30b3a (patch)
tree22555d17e9002987e617abc8b1f613687b6aef7a
parentef8ed6342f76e70921f8ae77279310c301d9de9e (diff)
ipc: Upgrade socket2
-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]