aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c094591..f9e333c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,9 +10,9 @@ lto = true
panic = 'abort'
[dependencies]
-nix = "0.16.1"
-getopts = "0.2.21"
-threadpool = "1.7.1"
+nix = "0.22.0"
+getopts = "0.2"
+threadpool = "1.0"
[[bin]]
name = "rtftpd"