summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-06-26 16:19:05 +0000
committerGitHub <noreply@github.com>2021-06-26 16:19:05 +0000
commit0d5c8b8cfa1025c29b96db3c52ff54a7d204923f (patch)
tree9e2e28378f00617f4d0768716a643fa440ddb518 /Cargo.toml
parente37fa73e696603b2828164893099ba3cd4d0487b (diff)
Update dependencies (#46)
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 9051d87..aab0751 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ requires-python = ">=3.6"
22debug = true 22debug = true
23 23
24[dependencies] 24[dependencies]
25adblock = { version = "=0.3.10", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } 25adblock = { version = "=0.3.13", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] }
26pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] } 26pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] }
27 27
28[lib] 28[lib]