summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-19 17:13:09 +0000
committerÁrni Dagur <arni@dagur.eu>2021-11-20 15:01:47 +0100
commit50b2ddba9f7b237b38c848c7d4a1637917444924 (patch)
tree874079f3a7ead0af13d551049c4a3c414fae25a8 /Cargo.toml
parentc99d560c9ca13df0dc1a7408afb32606ebd9f8fd (diff)
Bump pyo3 from 0.14.5 to 0.15.1
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.14.5 to 0.15.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.14.5...v0.15.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 ba2f909..04d8230 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ debug = true
23 23
24[dependencies] 24[dependencies]
25adblock = { version = "=0.3.13", 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.14", features = ["abi3-py36", "extension-module"] } 26pyo3 = { version = "0.15", features = ["abi3-py36", "extension-module"] }
27 27
28[lib] 28[lib]
29name = "adblock" 29name = "adblock"