Skip to content

Commit

Permalink
build: Bump once_cell from 1.19.0 to 1.20.2
Browse files Browse the repository at this point in the history
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](matklad/once_cell@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cloud-hypervisor-bot committed Oct 7, 2024
1 parent 78ea83d commit ac97690
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion event_monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion net_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion test_infra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion tracer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ac97690

Please sign in to comment.