From 478f3e941881e28d8543f022e588fca509e46206 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 01:12:51 +0000 Subject: [PATCH] Update structopt requirement from 0.2.13 to 0.3.12 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.12) 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..217cf2e 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.12" itertools = "0.8.0" net2 = "0.2.33" clone_all = "0.1.1"