From 1b38ad3db26f143ecd13f3206ebfd06a4cac1871 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 01:13:26 +0000 Subject: [PATCH] Update structopt requirement from 0.2.13 to 0.3.7 Updates the requirements on [structopt](https://github.com/TeXitoi/structopt) to permit the latest version. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.13...v0.3.7) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6b6511..074f60b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.6.5" rand_hc = "0.1.0" rand_core = "0.4.0" lru_time_cache = "0.9.0" -structopt = "0.2.13" +structopt = "0.3.7" itertools = "0.8.0" net2 = "0.2.33" clone_all = "0.1.1"