build: Bump once_cell from 1.19.0 to 1.20.2

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.2.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.2)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-07 13:21:51 +00:00 committed by cloud-hypervisor-bot
parent 78ea83d753
commit ac97690848
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -1364,9 +1364,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.19.0"
version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "open-enum"

View File

@ -53,7 +53,7 @@ zbus = { version = "4.4.0", optional = true }
[dev-dependencies]
dirs = "5.0.1"
net_util = { path = "net_util" }
once_cell = "1.19.0"
once_cell = "1.20.2"
serde_json = "1.0.120"
test_infra = { path = "test_infra" }
wait-timeout = "0.2.0"

View File

@ -7,6 +7,6 @@ version = "0.1.0"
[dependencies]
flume = "0.11.0"
libc = "0.2.158"
once_cell = "1.19.0"
once_cell = "1.20.2"
serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120"

View File

@ -24,7 +24,7 @@ vm-virtio = { path = "../vm-virtio" }
vmm-sys-util = { workspace = true }
[dev-dependencies]
once_cell = "1.19.0"
once_cell = "1.20.2"
pnet = "0.35.0"
pnet_datalink = "0.35.0"
serde_json = "1.0.120"

View File

@ -8,7 +8,7 @@ version = "0.1.0"
dirs = "5.0.1"
epoll = "4.3.3"
libc = "0.2.158"
once_cell = "1.19.0"
once_cell = "1.20.2"
serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120"
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }

View File

@ -7,7 +7,7 @@ version = "0.1.0"
[dependencies]
libc = "0.2.158"
log = "0.4.22"
once_cell = "1.19.0"
once_cell = "1.20.2"
serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120"

View File

@ -56,7 +56,7 @@ mshv-bindings = { workspace = true, features = [
"with-serde",
], optional = true }
net_util = { path = "../net_util" }
once_cell = "1.19.0"
once_cell = "1.20.2"
option_parser = { path = "../option_parser" }
pci = { path = "../pci" }
range_map_vec = { version = "0.2.0", optional = true }