summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-25 19:30:47 -0400
committerGitHub <noreply@github.com>2021-10-25 19:30:47 -0400
commita975f3dd82437d7f6aa1b754525caa849ff00206 (patch)
tree8fbbf289e3392d5f20aac93191ad1d1014598311 /Cargo.toml
parent5ff90b0d41dad9945996de0fc13b1ff137bebbc4 (diff)
Bump structopt from 0.3.23 to 0.3.25 (#744)
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.23 to 0.3.25. - [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.23...v0.3.25) --- updated-dependencies: - dependency-name: structopt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 98c14fe6..c90e1f5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ pathdiff = "0.2.1"
regex = "1.4.6"
shell-words = "1.0.0"
smol_str = "0.1.18"
-structopt = "0.3.23"
+structopt = "0.3.25"
unicode-segmentation = "1.8.0"
unicode-width = "0.1.9"
vte = "0.10.1"