diff options
| author | dependabot[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 |
| commit | 50b2ddba9f7b237b38c848c7d4a1637917444924 (patch) | |
| tree | 874079f3a7ead0af13d551049c4a3c414fae25a8 /Cargo.toml | |
| parent | c99d560c9ca13df0dc1a7408afb32606ebd9f8fd (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.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.14", features = ["abi3-py36", "extension-module"] } | 26 | pyo3 = { version = "0.15", features = ["abi3-py36", "extension-module"] } |
| 27 | 27 | ||
| 28 | [lib] | 28 | [lib] |
| 29 | name = "adblock" | 29 | name = "adblock" |
