summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-27 09:46:48 -0400
committerGitHub <noreply@github.com>2020-08-27 09:46:48 -0400
commitd0e2825f0818507a57db6d464a51adce023ad868 (patch)
tree70c67438e3b4d7e1f57fe0ad69f9f8247ae59a95 /Cargo.toml
parent9d89e4a92f01bf52cc8f333b082836968db15575 (diff)
Bump structopt from 0.3.16 to 0.3.17 (#302)
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.16 to 0.3.17. - [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.16...v0.3.17) 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 2350a1d2..cc9916a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ itertools = "0.9.0"
lazy_static = "1.4"
regex = "1.3.9"
shell-words = "1.0.0"
-structopt = "0.3.16"
+structopt = "0.3.17"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.8"
vte = "0.8.0"