Update dependencies

This commit is contained in:
Joakim Frostegård 2020-09-10 23:23:21 +02:00
parent fd7fcef2f4
commit 66e9882f48
10 changed files with 110 additions and 101 deletions

View file

@ -17,5 +17,5 @@ indicatif = "0.15"
mimalloc = { version = "0.1", default-features = false }
num-format = "0.4"
rand = { version = "0.7", features = ["small_rng"] }
rand_distr = "0.2"
rand_distr = "0.3"
serde = { version = "1", features = ["derive"] }