chore: update rand to 0.8 (#472)

This commit is contained in:
Florian Dehau 2021-05-02 18:51:59 +02:00 committed by GitHub
parent 3a843d5074
commit 414386e797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ pancurses = { version = "0.16.1", optional = true, features = ["win32a"] }
serde = { version = "1", "optional" = true, features = ["derive"]}
[dev-dependencies]
rand = "0.7"
rand = "0.8"
argh = "0.1"
[[example]]