aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:41:54 +0200
committerReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:41:54 +0200
commit24f2968663c8fe5551fb0c2269ea1ae5975518b7 (patch)
tree4603cb2afd6ea5c68ba4d1b62dda5cee0ee60cd8
parent8afc2bda04ffe147c591fb8e5517572037289695 (diff)
Update dependencies to versions in Debian unstable
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb4bc6a..534e2bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,8 +10,8 @@ lto = true
panic = 'abort'
[dependencies]
-nix = "0.13.0"
-getopts = "0.2.18"
+nix = "0.15.0"
+getopts = "0.2.19"
threadpool = "1.7.1"
[[bin]]