summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-30 07:50:36 +0000
committerGitHub <noreply@github.com>2020-06-30 07:50:36 +0000
commit564d0b88e60c8069893ce033f84eaac179a74041 (patch)
treeedfca0c9fca1dc44f0e72524904455ebfdb8f700 /Cargo.toml
parent30cef54cd03a8c74cf1e4dfe4cbd95014be4d7d8 (diff)
Bump unicode-width from 0.1.7 to 0.1.8
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/unicode-rs/unicode-width/releases) - [Commits](https://github.com/unicode-rs/unicode-width/commits/v0.1.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 185a2f51..a22f6a36 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ regex = "1.3.9"
shell-words = "1.0.0"
structopt = "0.3.15"
unicode-segmentation = "1.6.0"
-unicode-width = "0.1.7"
+unicode-width = "0.1.8"
[dependencies.git2]
version = "0.13.6"