Index: erbium-core/Cargo.toml
===================================================================
--- erbium-core.orig/Cargo.toml
+++ erbium-core/Cargo.toml
@@ -36,11 +36,6 @@ required-features = ["dhcp"]
 [[bin]]
 name = "erbium-lldp"
 
-[dependencies.arbitrary]
-version = "0.4.7"
-features = ["derive"]
-optional = true
-
 [dependencies.async-trait]
 version = "0.1.42"
 
@@ -124,7 +119,6 @@ full = [
     "http",
     "dns",
 ]
-fuzzing = ["arbitrary"]
 http = [
     "hyper",
     "dhcp",
