From 115ef7a3d3cca97c41ff77489d411be274825906 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 05:15:38 +0000 Subject: [PATCH] Update structopt requirement from 0.2.0 to 0.3.22 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.0...v0.3.22) 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 b9327b6..5188196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ authors = ["Yoshua Wuyts "] readme = "README.md" [dependencies] -structopt = "0.2.0" +structopt = "0.3.22" flat-tree = "3.3.0"