From aed7fe4b81bbfe70f604a626be2b277358c27b48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 01:12:18 +0000 Subject: [PATCH] Update structopt requirement from 0.2.13 to 0.3.8 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.8) 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..e1acce2 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.8" itertools = "0.8.0" net2 = "0.2.33" clone_all = "0.1.1"