diff --git a/Cargo.lock b/Cargo.lock index ca84263e3..52fa98a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,9 +941,9 @@ checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a" [[package]] name = "serde_derive" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276" +checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537" dependencies = [ "proc-macro2", "quote", diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 8bb32ef84..43a539c91 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2.112" linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] } log = "0.4.14" serde = { version = "1.0.133", features = ["rc"] } -serde_derive = "1.0.132" +serde_derive = "1.0.133" thiserror = "1.0.30" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 38137f0be..8b2eb5d1e 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" [dependencies] libc = "0.2.112" serde = { version = "1.0.133", features = ["rc"] } -serde_derive = "1.0.132" +serde_derive = "1.0.133" serde_json = "1.0.74" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 57e723cd7..9398f59e2 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -21,7 +21,7 @@ kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branc mshv-bindings = {git = "https://github.com/rust-vmm/mshv", branch = "main", features = ["with-serde", "fam-wrappers"], optional = true } mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", branch = "main", optional = true} serde = { version = "1.0.133", features = ["rc"] } -serde_derive = "1.0.132" +serde_derive = "1.0.133" serde_json = "1.0.74" vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = { version = "0.9.0", features = ["with-serde"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 777a23a9a..c21ef6d7c 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -24,7 +24,7 @@ pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.2.0" serde = "1.0.133" -serde_derive = "1.0.132" +serde_derive = "1.0.133" serde_json = "1.0.74" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 72e18aaef..86055ab26 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -13,7 +13,7 @@ mshv = ["vfio-ioctls/mshv"] anyhow = "1.0.52" thiserror = "1.0.30" serde = { version = "1.0.133", features = ["rc"] } -serde_derive = "1.0.132" +serde_derive = "1.0.133" serde_json = "1.0.74" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "main", default-features = false } vm-memory = { version = "0.7.0", features = ["backend-mmap"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index ba177c741..3c0c2e103 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" anyhow = "1.0.52" thiserror = "1.0.30" serde = { version = "1.0.133", features = ["rc"] } -serde_derive = "1.0.132" +serde_derive = "1.0.133" serde_json = "1.0.74" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index a8e8da1e4..932711fca 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -36,7 +36,7 @@ pci = { path = "../pci" } qcow = { path = "../qcow" } seccompiler = "0.2.0" serde = { version = "1.0.133", features = ["rc"] } -serde_derive = "1.0.132" +serde_derive = "1.0.133" serde_json = "1.0.74" signal-hook = "0.3.13" thiserror = "1.0.30"