File: disable-css-validation.patch

package info (click to toggle)
rust-adblock 0.8.12-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,648 kB
  • sloc: makefile: 2
file content (37 lines) | stat: -rw-r--r-- 755 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
25
26
27
28
29
30
31
32
33
34
35
36
37
Index: adblock/Cargo.toml
===================================================================
--- adblock.orig/Cargo.toml
+++ adblock/Cargo.toml
@@ -50,10 +50,6 @@ version = "0.13"
 [dependencies.bitflags]
 version = "1.3"
 
-[dependencies.cssparser]
-version = "0.28"
-optional = true
-
 [dependencies.idna]
 version = "0.2"
 
@@ -82,10 +78,6 @@ version = "0.15"
 [dependencies.seahash]
 version = "3"
 
-[dependencies.selectors]
-version = "0.23"
-optional = true
-
 [dependencies.serde]
 version = "1.0"
 features = [
@@ -132,10 +124,6 @@ features = ["rt-multi-thread"]
 
 [features]
 content-blocking = ["serde_json"]
-css-validation = [
-    "cssparser",
-    "selectors",
-]
 default = [
     "embedded-domain-resolver",
     "full-regex-handling",