Try to fix rand dev-dependency
This commit is contained in:
parent
7494d62858
commit
ee52983bb9
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
web3 = { version = "0.18.0", default-features = false, features = ["http", "http-tls", "signing"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = { version = "*", features = ["small_rng"] }
|
rand = { version = "0.8.4", features = ["small_rng"] }
|
||||||
serial_test = "0.7.0"
|
serial_test = "0.7.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue