From c14fca5e701655e3345f892793e47193738342a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:55:28 +0000 Subject: [PATCH] build(deps): bump serde_with from 3.18.0 to 3.21.0 in /fuzz Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.18.0 to 3.21.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.18.0...v3.21.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 7906fd5cd4..1e04fa75a2 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -629,6 +629,23 @@ dependencies = [ "serde_core", ] +[[package]] +name = "iommufd-bindings" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd7de3a04f6fd55f171a6682852f7aa360bb848a85e0c610513349e006b3c139" + +[[package]] +name = "iommufd-ioctls" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4eabd3414d9c4e716c9a198fbfac484625f088c075605372daf037edfe336e18" +dependencies = [ + "iommufd-bindings", + "thiserror", + "vmm-sys-util", +] + [[package]] name = "is_terminal_polyfill" version = "1.70.2" @@ -1082,9 +1099,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.18.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" +checksum = "ee78f1fbe43ac4a0e47aadb3dbd357b69eb0d3793e948624cd03dd2750ab1c0a" dependencies = [ "serde_core", "serde_with_macros", @@ -1092,9 +1109,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.18.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" +checksum = "8705578779c2b6bd90d84d66eb2e206b708b1a4d7b9f17641b293545bf1c7e46" dependencies = [ "darling", "proc-macro2", @@ -1287,6 +1304,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4b1d98dff7f0d219278e406323e7eda4d426447bd203c7828189baf0d8c07b7" dependencies = [ "byteorder", + "iommufd-bindings", + "iommufd-ioctls", "kvm-bindings", "kvm-ioctls", "libc", @@ -1455,6 +1474,7 @@ dependencies = [ "gdbstub", "gdbstub_arch", "hypervisor", + "iommufd-ioctls", "landlock", "libc", "linux-loader",