From 6c0619b2f5221567b614cf650ef37e4546eee1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sat, 20 Mar 2021 03:44:51 +0000 Subject: Update adblock dependency to 0.3.10 (#39) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f565d0c..1a0fa77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "adblock" -version = "0.4.2" +version = "0.4.3" edition = "2018" authors = ["Árni Dagur "] license = "MIT OR Apache-2.0" @@ -22,7 +22,7 @@ requires-python = ">=3.6" debug = true [dependencies] -adblock = { version = "=0.3.4", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } +adblock = { version = "=0.3.10", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } pyo3 = "0.13" [lib] @@ -30,4 +30,4 @@ name = "adblock" crate-type = ["rlib", "cdylib"] [features] -default = ["pyo3/extension-module"] \ No newline at end of file +default = ["pyo3/extension-module"] -- cgit v1.2.3