aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2020-01-19 15:23:31 +0100
committerReiner Herrmann <reiner@reiner-h.de>2020-01-19 15:23:31 +0100
commitfce987792548172c8e09d147d0500529aa7188f1 (patch)
tree2789ae2c3e0a71ad9353e73d9448138661e2acab /Cargo.toml
parent8b9882c5337cc40f0d2a4e056d937f449c06a500 (diff)
Update dependencies to versions in Debian unstable
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 a1adf0d..0bc7b41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,8 +10,8 @@ lto = true
panic = 'abort'
[dependencies]
-nix = "0.15.0"
-getopts = "0.2.19"
+nix = "0.16.1"
+getopts = "0.2.21"
threadpool = "1.7.1"
[[bin]]