diff --git a/Cargo.lock b/Cargo.lock index cd925647e..b9f95423d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,9 +745,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openssl-src" diff --git a/Cargo.toml b/Cargo.toml index d489c279f..caeafdb40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri [dev-dependencies] dirs = "4.0.0" net_util = { path = "net_util" } -once_cell = "1.16.0" +once_cell = "1.17.1" serde_json = "1.0.93" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index c00f65f10..22e57d0c4 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -22,7 +22,7 @@ vm-virtio = { path = "../vm-virtio" } vmm-sys-util = "0.11.0" [dev-dependencies] -once_cell = "1.16.0" +once_cell = "1.17.1" pnet = "0.33.0" pnet_datalink = "0.33.0" serde_json = "1.0.93" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index e783fee7e..fd89d5f0f 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" dirs = "4.0.0" epoll = "4.3.1" libc = "0.2.139" -once_cell = "1.16.0" +once_cell = "1.17.1" serde = { version = "1.0.151", features = ["rc", "derive"] } serde_json = "1.0.93" ssh2 = { version = "0.9.4", features = ["vendored-openssl"] } diff --git a/tracer/Cargo.toml b/tracer/Cargo.toml index 3a9988148..48922842e 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] libc = "0.2.139" log = "0.4.17" -once_cell = "1.16.0" +once_cell = "1.17.1" serde = { version = "1.0.151", features = ["rc", "derive"] } serde_json = "1.0.93" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index ab343adea..a2ef658e3 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -30,7 +30,7 @@ linux-loader = { version = "0.8.1", features = ["elf", "bzimage", "pe"] } log = "0.4.17" micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" } net_util = { path = "../net_util" } -once_cell = "1.16.0" +once_cell = "1.17.1" option_parser = { path = "../option_parser" } pci = { path = "../pci" } qcow = { path = "../qcow" }