summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-28 03:52:30 +0000
committerGitHub <noreply@github.com>2020-12-28 03:52:30 +0000
commit869e3ddd987362dabb341ac19214f1f59219f8c4 (patch)
tree6ab11f6e1311d7cd20a4bbe76863fc553f5cfcd7 /Cargo.toml
parent4d0c740b270b4997d5c368a043549fb3ec4d5d08 (diff)
Bump structopt from 0.3.20 to 0.3.21 (#414)
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.20 to 0.3.21. - [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.3.20...v0.3.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a2d803a5..0af98e36 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ itertools = "0.9.0"
lazy_static = "1.4"
regex = "1.4.2"
shell-words = "1.0.0"
-structopt = "0.3.20"
+structopt = "0.3.21"
unicode-segmentation = "1.7.1"
unicode-width = "0.1.8"
vte = "0.9.0"