From 055af0f78a89117e469530b0191beb774e06a75b Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Fri, 29 Nov 2019 09:20:31 +0100 Subject: [PATCH] chore: bump dev dependencies * bump rand to 0.7 * bump structopt to 0.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fae93b8..c748fd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,9 +36,9 @@ pancurses = { version = "0.16.1", optional = true, features = ["win32a"] } [dev-dependencies] stderrlog = "0.4" -rand = "0.6" +rand = "0.7" failure = "0.1" -structopt = "0.2" +structopt = "0.3" [[example]] name = "canvas"