From fe2ef361122aafb61686faad35c7f52b28978978 Mon Sep 17 00:00:00 2001 From: Arjun Kathuria Date: Sat, 30 Mar 2019 09:11:47 +0530 Subject: [PATCH] chore: bump the version for textwrap crate from 0.10 to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index accd96c5..9448e792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ maintenance = {status = "actively-developed"} [dependencies] bitflags = "1.0" unicode-width = "0.1.4" -textwrap = "0.10.0" +textwrap = "0.11" indexmap = "1.0.1" strsim = { version = "0.8.0", optional = true } yaml-rust = { version = "0.4", optional = true }