tests: switch from lazy_static to once_cell

Once_cell does not require using macro and is slated to become part of
Rust std at some point.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2022-06-20 14:05:17 +00:00
committed by Liu Wei
parent 8fa1098629
commit 32b855df3a
5 changed files with 8 additions and 17 deletions

View File

@@ -44,8 +44,8 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri
[dev-dependencies]
dirs = "4.0.0"
lazy_static= "1.4.0"
net_util = { path = "net_util" }
once_cell = "1.12.0"
serde_json = "1.0.81"
test_infra = { path = "test_infra" }
wait-timeout = "0.2.0"