From 08b6270113bfad9bfb2a3a434e8a55fee1db5bdd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 23 Nov 2021 08:59:11 +0200 Subject: chore: update versions of dependencies and Cargo.lock Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6096d85..541cf4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ description = "model a project roadmap as a directed acyclic graph" [dependencies] serde_yaml = "0.8" structopt = "0.3" -textwrap = "0.12" +textwrap = "0.14" thiserror = "1" anyhow = "1" -- cgit v1.2.1