diff options
| author | dependabot[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 |
| commit | c99d560c9ca13df0dc1a7408afb32606ebd9f8fd (patch) | |
| tree | c840a677c1084ba7b43d849f59cc1e900da2ccb3 /Cargo.toml | |
| parent | 06f0782a460edb4dec786842a9f52b9429a4d7e8 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -23,7 +23,7 @@ debug = true | |||
| 23 | 23 | ||
| 24 | [dependencies] | 24 | [dependencies] |
| 25 | adblock = { version = "=0.3.13", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } | 25 | adblock = { version = "=0.3.13", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } |
| 26 | pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] } | 26 | pyo3 = { version = "0.14", features = ["abi3-py36", "extension-module"] } |
| 27 | 27 | ||
| 28 | [lib] | 28 | [lib] |
| 29 | name = "adblock" | 29 | name = "adblock" |
