chore: bump dev dependencies

* bump rand to 0.7
* bump structopt to 0.3
This commit is contained in:
Florian Dehau 2019-11-29 09:20:31 +01:00
parent e4873e4da9
commit 055af0f78a

View file

@ -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"