From 65ec23fd35ef9302262e12dd2955e5fd8e4f0fec Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Wed, 23 Aug 2023 19:52:59 +0200 Subject: [PATCH] Update uds, remove unused features (#1447) --- libafl_bolts/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_bolts/Cargo.toml b/libafl_bolts/Cargo.toml index 3748684111..7614e37486 100644 --- a/libafl_bolts/Cargo.toml +++ b/libafl_bolts/Cargo.toml @@ -73,7 +73,7 @@ serial_test = { version = "2", optional = true } [target.'cfg(unix)'.dependencies] libc = "0.2" # For (*nix) libc -uds = { version = "0.2.6", optional = true } +uds = { version = "0.4", optional = true, default_features = false } [target.'cfg(windows)'.dependencies] windows = { version = "0.44", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel", "Win32_System_Memory", "Win32_Security", "Win32_System_SystemInformation"] }