summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-06 17:10:36 +0000
committerÁrni Dagur <arni@dagur.eu>2021-09-07 00:33:36 +0200
commitc99d560c9ca13df0dc1a7408afb32606ebd9f8fd (patch)
treec840a677c1084ba7b43d849f59cc1e900da2ccb3 /Cargo.toml
parent06f0782a460edb4dec786842a9f52b9429a4d7e8 (diff)
Bump pyo3 from 0.13.2 to 0.14.5
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.13.2 to 0.14.5. - [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.13.2...v0.14.5) --- 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 cea74dc..ba2f909 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.13", features = ["abi3-py36", "extension-module"] } 26pyo3 = { version = "0.14", features = ["abi3-py36", "extension-module"] }
27 27
28[lib] 28[lib]
29name = "adblock" 29name = "adblock"