From 96d91729dbebd4686ac5ef4339a7864ed2eb2995 Mon Sep 17 00:00:00 2001 From: Jiaqi Gao Date: Thu, 26 Dec 2024 03:40:14 -0500 Subject: [PATCH] fuzz: unfix `x86_64` version Signed-off-by: Jiaqi Gao --- src/crypto/fuzz/Cargo.toml | 1 - src/devices/virtio/fuzz/Cargo.toml | 1 - src/devices/vsock/fuzz/Cargo.toml | 1 - src/migtd/fuzz/Cargo.toml | 1 - src/policy/fuzz/Cargo.toml | 1 - 5 files changed, 5 deletions(-) diff --git a/src/crypto/fuzz/Cargo.toml b/src/crypto/fuzz/Cargo.toml index ef616f2..0001da7 100644 --- a/src/crypto/fuzz/Cargo.toml +++ b/src/crypto/fuzz/Cargo.toml @@ -14,7 +14,6 @@ afl = { version = "*", optional = true } arbitrary = "=1.1.3" der = { version = "0.7.9", features = ["oid", "alloc"] } serde = "=1.0.198" -x86_64 = "=0.14.11" [dependencies.crypto] path = ".." diff --git a/src/devices/virtio/fuzz/Cargo.toml b/src/devices/virtio/fuzz/Cargo.toml index 2e07e24..fd76d3b 100644 --- a/src/devices/virtio/fuzz/Cargo.toml +++ b/src/devices/virtio/fuzz/Cargo.toml @@ -17,7 +17,6 @@ bitmap-allocator = { git = "https://github.com/rcore-os/bitmap-allocator", rev = spin = "0.9.2" arbitrary = "=1.1.3" serde = "=1.0.198" -x86_64 = "=0.14.11" [features] default = ["libfuzzer-sys"] diff --git a/src/devices/vsock/fuzz/Cargo.toml b/src/devices/vsock/fuzz/Cargo.toml index 16d1428..b15c56b 100644 --- a/src/devices/vsock/fuzz/Cargo.toml +++ b/src/devices/vsock/fuzz/Cargo.toml @@ -18,7 +18,6 @@ libfuzzer-sys = { version = "0.4", optional = true } afl = {version = "*", optional = true } arbitrary = "=1.1.3" serde = "=1.0.198" -x86_64 = "=0.14.11" [dependencies.vsock] path = ".." diff --git a/src/migtd/fuzz/Cargo.toml b/src/migtd/fuzz/Cargo.toml index 5bf2e39..5b01977 100644 --- a/src/migtd/fuzz/Cargo.toml +++ b/src/migtd/fuzz/Cargo.toml @@ -14,7 +14,6 @@ afl = { version = "*", optional = true } r-efi = "3.2.0" arbitrary = "=1.1.3" serde = "=1.0.198" -x86_64 = "=0.14.11" [patch.crates-io] ring = { path = "../../../deps/td-shim/library/ring" } diff --git a/src/policy/fuzz/Cargo.toml b/src/policy/fuzz/Cargo.toml index d4e7e6e..e2d241f 100644 --- a/src/policy/fuzz/Cargo.toml +++ b/src/policy/fuzz/Cargo.toml @@ -16,7 +16,6 @@ afl = {version = "*", optional = true } arbitrary = "=1.1.3" log = "0.4.13" serde = "=1.0.198" -x86_64 = "=0.14.11" [features] default = ["libfuzzer-sys"]