From fce987792548172c8e09d147d0500529aa7188f1 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 19 Jan 2020 15:23:31 +0100 Subject: Update dependencies to versions in Debian unstable --- Cargo.toml | 4 ++-- 1 file 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]] -- cgit v1.2.3