From 242020330d7f6d5028c21e52aa07e88d9475a66a Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 28 Feb 2017 00:05:53 -0500 Subject: [PATCH] Bump vec_map. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 011ac3fb..f6090695 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ A simple to use, efficient, and full featured Command Line Argument Parser [dependencies] bitflags = "0.8.0" -vec_map = "0.6.0" +vec_map = "0.7.0" unicode-width = "0.1.4" unicode-segmentation = "1.0.1" strsim = { version = "0.6.0", optional = true }