summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2022-07-17 22:47:05 +0200
committerÁrni Dagur <arni@dagur.eu>2022-07-18 00:12:16 +0200
commit3fcd327a63ae331e641565db0e178a9a64b4b0dd (patch)
treea80e19fe3ba4097a89ebd3a58681faacfe68962e /Cargo.toml
parent83a211f741fc7de635181af71f7074ccce852aa8 (diff)
Update Rust dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73d41e8..bf51c19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,8 @@ requires-python = ">=3.6"
22debug = true 22debug = true
23 23
24[dependencies] 24[dependencies]
25adblock = { version = "=0.4.3", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } 25adblock = { version = "=0.5.6", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] }
26pyo3 = { version = "0.15", features = ["abi3-py36", "extension-module"] } 26pyo3 = { version = "0.16", features = ["abi3-py37", "extension-module"] }
27 27
28[lib] 28[lib]
29name = "adblock" 29name = "adblock"