mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: bump serde_json from 1.0.75 to 1.0.78
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.75 to 1.0.78. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.75...v1.0.78) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ anyhow = "1.0.52"
|
||||
thiserror = "1.0.30"
|
||||
serde = { version = "1.0.134", features = ["rc"] }
|
||||
serde_derive = "1.0.134"
|
||||
serde_json = "1.0.75"
|
||||
serde_json = "1.0.78"
|
||||
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "main", default-features = false }
|
||||
vm-memory = { version = "0.7.0", features = ["backend-mmap"] }
|
||||
vmm-sys-util = "0.9.0"
|
||||
|
||||
Reference in New Issue
Block a user