summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-25 16:49:21 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-25 16:49:21 -0400
commit3e5e905facb5f198683effbfc3dfb7cd52bd8733 (patch)
treeb5458937c68c56f91ceba8784cb634b33146a14b /Cargo.toml
parent82917b7b0541ae40b99ebf2643d3fc2748e8a2e8 (diff)
Update adblock dependency to 0.2.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 416b8e4..61377c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9debug = true 9debug = true
10 10
11[dependencies] 11[dependencies]
12adblock = "0.2.6" 12adblock = "0.2.8"
13pyo3 = "0.9" 13pyo3 = "0.9"
14failure = "0.1" 14failure = "0.1"
15 15