summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-29 11:22:28 +0000
committerGitHub <noreply@github.com>2020-04-29 11:22:28 +0000
commite21106eb52100cc98bf174c069fde50ff372bc99 (patch)
tree29f5a534ab6515abeafcb8c9e49460d368b1055f /Cargo.toml
parent8203b9e7705c2cfe891fc76c7462b96da51fabb7 (diff)
Bump unicode-width from 0.1.6 to 0.1.7 (#158)
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 b739503e..a70080f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ regex = "1.2.1"
shell-words = "0.1.0"
structopt = "0.3.14"
unicode-segmentation = "1.3.0"
-unicode-width = "0.1.6"
+unicode-width = "0.1.7"
[dependencies.syntect]
version = "4.1.1"