summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"