Use rand 0.8 again (#1567)

#1525 accidentally moved back to rand 0.7
This commit is contained in:
MinerSebas 2021-03-06 00:53:42 +00:00
parent ab407aa697
commit b2d654cbf6

View file

@ -30,5 +30,5 @@ fxhash = "0.2"
thiserror = "1.0" thiserror = "1.0"
downcast-rs = "1.2" downcast-rs = "1.2"
parking_lot = "0.11" parking_lot = "0.11"
rand = "0.7" rand = "0.8"
serde = "1" serde = "1"