summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-23 08:59:11 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-23 08:59:11 +0200
commit08b6270113bfad9bfb2a3a434e8a55fee1db5bdd (patch)
treed14094212b03d8d07edd3d317a2d002610f4d5c9 /Cargo.toml
parent55371a306ee709d2bab0f05153bc2dbfaeb82542 (diff)
downloadroadmap-08b6270113bfad9bfb2a3a434e8a55fee1db5bdd.tar.gz
chore: update versions of dependencies and Cargo.lock
Sponsored-by: author
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"