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

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 }