From 431a4e9f2f1f532bdab5a5074ad16c3a411a8fbf Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 12 Dec 2020 13:12:13 +0100 Subject: [PATCH] cosmetic: consistency in the clap cargo declaration --- src/uu/hashsum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml index 1e1808f59..8530c1024 100644 --- a/src/uu/hashsum/Cargo.toml +++ b/src/uu/hashsum/Cargo.toml @@ -16,7 +16,7 @@ path = "src/hashsum.rs" [dependencies] digest = "0.6.2" -clap = "2" +clap = "2.33" hex = "0.2.0" libc = "0.2.42" md5 = "0.3.5"