File: drop-fuzzing

package info (click to toggle)
rust-erbium-core 1.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 816 kB
  • sloc: makefile: 4
file content (24 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: erbium-core/Cargo.toml
===================================================================
--- erbium-core.orig/Cargo.toml
+++ erbium-core/Cargo.toml
@@ -35,11 +35,6 @@ required-features = ["dhcp"]
 [[bin]]
 name = "erbium-lldp"
 
-[dependencies.arbitrary]
-version = "1.1"
-features = ["derive"]
-optional = true
-
 [dependencies.async-trait]
 version = "0.1.42"
 
@@ -123,7 +118,6 @@ full = [
     "http",
     "dns",
 ]
-fuzzing = ["dep:arbitrary"]
 http = [
     "hyper",
     "dhcp",