summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-29 08:01:25 +0200
committerLars Wirzenius <liw@liw.fi>2020-10-29 08:01:25 +0200
commit498a88aaf124a355fb59dc0f51284ded0b8583a6 (patch)
tree0016c5f2eb18781b1465ee8934f2e88bb229d711
parent4dfdea342464e34bb3ae3956882ccb43a8cf88a2 (diff)
downloadroadmap-498a88aaf124a355fb59dc0f51284ded0b8583a6.tar.gz
chore: update dependency versions in Cargo.toml
-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"