From 6d051040057d99d1a5998b622c606576cbecf8db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 01:13:13 +0000 Subject: [PATCH] Update structopt requirement from 0.2.13 to 0.3.13 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/commits) 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..378c053 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.13" itertools = "0.8.0" net2 = "0.2.33" clone_all = "0.1.1"