Try to fix rand dev-dependency

This commit is contained in:
silverpill 2022-12-24 18:53:21 +00:00
parent 7494d62858
commit ee52983bb9

View file

@ -97,7 +97,7 @@ uuid = { version = "1.1.2", features = ["serde", "v4"] }
web3 = { version = "0.18.0", default-features = false, features = ["http", "http-tls", "signing"] }
[dev-dependencies]
rand = { version = "*", features = ["small_rng"] }
rand = { version = "0.8.4", features = ["small_rng"] }
serial_test = "0.7.0"
[features]