summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 181f748..99ec98a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,9 +7,9 @@ license = "MIT"
[dependencies]
polling = "2"
-socket2 = "0.4"
+socket2 = "0.5.3"
libc = "0.2"
-nix = "0.23"
+nix = "0.26.2"
scoped-tls = "1"
futures = "0.3"
waker-fn = "1"