From bb23284056e9a08fa73ff6a32b994d52d7803ce7 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Tue, 23 Aug 2016 23:19:26 -0400 Subject: [PATCH] chore: update dep Fixes a panic when Jaro is called with strings each with a length of one --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc975cba..8381bcd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bitflags = "~0.7" vec_map = "~0.6" libc = { version = "~0.2.9", optional = true } ansi_term = { version = "~0.8.0", optional = true } -strsim = { version = "~0.4.0", optional = true } +strsim = { version = "~0.5.1", optional = true } yaml-rust = { version = "~0.3.2", optional = true } clippy = { version = "~0.0.79", optional = true } unicode-width = { version = "~0.1.3", optional = true }