summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-13 08:16:47 -0400
committerGitHub <noreply@github.com>2020-10-13 08:16:47 -0400
commit68701f24e717c4cbe5d79822a986f9e604fc23aa (patch)
tree4c0fa71a5e781b9bca634e50f5b9a87753d07924 /Cargo.toml
parent31bb9fc8523199897acc941aa779913e8908a2a9 (diff)
Bump structopt from 0.3.19 to 0.3.20 (#350)
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.19 to 0.3.20. - [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.19...v0.3.20) 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 b534260b..b00ef702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ itertools = "0.9.0"
lazy_static = "1.4"
regex = "1.4.0"
shell-words = "1.0.0"
-structopt = "0.3.19"
+structopt = "0.3.20"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.8"
vte = "0.8.0"