summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-06 09:03:06 -0400
committerGitHub <noreply@github.com>2020-08-06 09:03:06 -0400
commit1c7a09130d54862c19dc5ed1c80e0cf17321b841 (patch)
tree4bd3e5e7e0c3a14958a9eea7a50d3e4ed9aae41e /Cargo.toml
parent4b690dc35ede61d83cb6cc12a10fa112a6d267e9 (diff)
Bump structopt from 0.3.15 to 0.3.16 (#276)
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.15 to 0.3.16. - [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] <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 44ffc25d..5f7fb375 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.15"
+structopt = "0.3.16"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.8"
vte = "0.8.0"