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"] }