Merge pull request #1534 from Eijebong/strsim

Update strsim to 0.9
This commit is contained in:
Dylan DPC 2019-08-26 14:25:02 +02:00 committed by GitHub
commit 398b9dc6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ bitflags = "1.0"
unicode-width = "0.1.4"
textwrap = "0.11"
indexmap = "1.0.1"
strsim = { version = "0.8.0", optional = true }
strsim = { version = "0.9.0", optional = true }
yaml-rust = { version = "0.4", optional = true }
atty = { version = "0.2.2", optional = true }
vec_map = { version = "0.8", optional = true }