From f6a328c6ecc0320b13ca7dbfd6486233c559903e Mon Sep 17 00:00:00 2001 From: johannesd3 Date: Sat, 1 May 2021 16:17:05 +0200 Subject: [PATCH] Bump getopts --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1352a7a1..aa27ace4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ version = "0.1.6" base64 = "0.13" env_logger = {version = "0.8", default-features = false, features = ["termcolor","humantime","atty"]} futures-util = { version = "0.3", default_features = false } -getopts = "0.2" +getopts = "0.2.21" hex = "0.4" hyper = "0.14" log = "0.4"