From 498a88aaf124a355fb59dc0f51284ded0b8583a6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 29 Oct 2020 08:01:25 +0200 Subject: chore: update dependency versions in Cargo.toml --- Cargo.toml | 8 ++++---- 1 file 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" -- cgit v1.2.1