From 7a0bfd2e719bbaf75d2f37b16ddfe72cd3ef2828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 23:39:59 +0000 Subject: [PATCH] build: Bump serde from 1.0.144 to 1.0.145 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- arch/Cargo.toml | 2 +- event_monitor/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- performance-metrics/Cargo.toml | 2 +- test_infra/Cargo.toml | 2 +- tracer/Cargo.toml | 2 +- vfio_user/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-device/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1fdabe70..c4257c2b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1008,18 +1008,18 @@ checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" [[package]] name = "serde" -version = "1.0.144" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" +checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.144" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00" +checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c" dependencies = [ "proc-macro2", "quote", diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 4064c3fc8..3a762eaf0 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -15,7 +15,7 @@ hypervisor = { path = "../hypervisor" } libc = "0.2.133" linux-loader = { version = "0.5.0", features = ["elf", "bzimage", "pe"] } log = "0.4.17" -serde = { version = "1.0.144", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } thiserror = "1.0.35" uuid = "1.1.2" versionize = "0.1.6" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 3b157e248..c7132588c 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] libc = "0.2.133" -serde = { version = "1.0.144", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index a23810b2a..485bf14c3 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -20,7 +20,7 @@ kvm-ioctls = { version = "0.11.0", optional = true } kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.5.0-tdx", features = ["with-serde", "fam-wrappers"], optional = true } 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.144", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } serde_with = { version = "2.0.1", default-features = false, features = ["macros"] } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.9.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 66fe09b2b..2afc4278c 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -11,7 +11,7 @@ libc = "0.2.133" log = "0.4.17" net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } -serde = "1.0.144" +serde = "1.0.145" thiserror = "1.0.35" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 51e27792d..78391fb17 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -18,7 +18,7 @@ vfio_user = { path = "../vfio_user" } vmm-sys-util = "0.10.0" libc = "0.2.133" log = "0.4.17" -serde = { version = "1.0.144", features = ["derive"] } +serde = { version = "1.0.145", features = ["derive"] } thiserror = "1.0.35" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index 2d9640bce..62f6dd40d 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" [dependencies] clap = { version = "3.2.22", features = ["wrap_help","cargo"] } dirs = "4.0.0" -serde = { version = "1.0.144", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" test_infra = { path = "../test_infra" } thiserror = "1.0.35" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index e81bf5558..a0b8ff8bc 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -9,7 +9,7 @@ dirs = "4.0.0" epoll = "4.3.1" libc = "0.2.133" once_cell = "1.15.0" -serde = { version = "1.0.144", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" ssh2 = { version = "0.9.3", features = ["vendored-openssl"] } vmm-sys-util = "0.10.0" diff --git a/tracer/Cargo.toml b/tracer/Cargo.toml index 08986e6be..8b22ff48b 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" libc = "0.2.126" log = "0.4.17" once_cell = "1.12.0" -serde = { version = "1.0.137", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.81" [features] diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index f14091395..13a48f125 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] libc = "0.2.133" log = "0.4.17" -serde = { version = "1.0.144", features = ["rc"] } +serde = { version = "1.0.145", features = ["rc"] } serde_derive = "1.0.142" serde_json = "1.0.85" thiserror = "1.0.35" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index b7fadc19f..4759ba943 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -22,7 +22,7 @@ net_util = { path = "../net_util" } pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.3.0" -serde = { version = "1.0.144", features = ["derive"] } +serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.85" serial_buffer = { path = "../serial_buffer" } thiserror = "1.0.35" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 03ed685e9..0e50a5446 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -13,7 +13,7 @@ mshv = ["vfio-ioctls/mshv"] anyhow = "1.0.65" hypervisor = { path = "../hypervisor" } thiserror = "1.0.35" -serde = { version = "1.0.144", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.9.0", features = ["backend-mmap"] } vmm-sys-util = "0.10.0" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 4f598086c..569a12756 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.65" thiserror = "1.0.35" -serde = { version = "1.0.144", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 225a416bd..d3ce93728 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -38,7 +38,7 @@ option_parser = { path = "../option_parser" } pci = { path = "../pci" } qcow = { path = "../qcow" } seccompiler = "0.3.0" -serde = { version = "1.0.144", features = ["rc", "derive"] } +serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.14"