summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8dc5258..563f829 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,8 +9,8 @@ description = "model a project roadmap as a directed acyclic graph"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-serde_yaml = "0.8.9"
+serde_yaml = "0.8"
structopt = "0.3"
-textwrap = "0.11.0"
-thiserror = "1.0"
-anyhow = "1.0"
+textwrap = "0.12"
+thiserror = "1"
+anyhow = "1"