mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
a229afbc24
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.208. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.208) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
338 B
TOML
16 lines
338 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "vm-migration"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
|
serde_json = "1.0.120"
|
|
thiserror = "1.0.62"
|
|
vm-memory = { version = "0.14.1", features = [
|
|
"backend-atomic",
|
|
"backend-mmap",
|
|
] }
|