From c4ee1f54425aca44570c2b9a81750772a3dbc625 Mon Sep 17 00:00:00 2001 From: timvisee Date: Tue, 20 Feb 2018 22:18:39 +0100 Subject: [PATCH] Update clap dependency to version 2.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7748cb8..3b969d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Tim Visée "] [dependencies] bufstream = "0.1" -clap = "2.29" +clap = "2.30" image = "0.18" num_cpus = "1.8" regex = "0.2"