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.lock | |
| 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.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -310,9 +310,9 @@ checksum = "66b398073e7cdd6f05934389a8f5961e3aabfa66675b6f440df4e2c793d51a4f" | |||
| 310 | 310 | ||
| 311 | [[package]] | 311 | [[package]] |
| 312 | name = "pyo3" | 312 | name = "pyo3" |
| 313 | version = "0.14.5" | 313 | version = "0.15.1" |
| 314 | source = "registry+https://github.com/rust-lang/crates.io-index" | 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 | checksum = "35100f9347670a566a67aa623369293703322bb9db77d99d7df7313b575ae0c8" | 315 | checksum = "7cf01dbf1c05af0a14c7779ed6f3aa9deac9c3419606ac9de537a2d649005720" |
| 316 | dependencies = [ | 316 | dependencies = [ |
| 317 | "cfg-if", | 317 | "cfg-if", |
| 318 | "indoc", | 318 | "indoc", |
| @@ -326,18 +326,18 @@ dependencies = [ | |||
| 326 | 326 | ||
| 327 | [[package]] | 327 | [[package]] |
| 328 | name = "pyo3-build-config" | 328 | name = "pyo3-build-config" |
| 329 | version = "0.14.5" | 329 | version = "0.15.1" |
| 330 | source = "registry+https://github.com/rust-lang/crates.io-index" | 330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 331 | checksum = "d12961738cacbd7f91b7c43bc25cfeeaa2698ad07a04b3be0aa88b950865738f" | 331 | checksum = "dbf9e4d128bfbddc898ad3409900080d8d5095c379632fbbfbb9c8cfb1fb852b" |
| 332 | dependencies = [ | 332 | dependencies = [ |
| 333 | "once_cell", | 333 | "once_cell", |
| 334 | ] | 334 | ] |
| 335 | 335 | ||
| 336 | [[package]] | 336 | [[package]] |
| 337 | name = "pyo3-macros" | 337 | name = "pyo3-macros" |
| 338 | version = "0.14.5" | 338 | version = "0.15.1" |
| 339 | source = "registry+https://github.com/rust-lang/crates.io-index" | 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 | checksum = "fc0bc5215d704824dfddddc03f93cb572e1155c68b6761c37005e1c288808ea8" | 340 | checksum = "67701eb32b1f9a9722b4bc54b548ff9d7ebfded011c12daece7b9063be1fd755" |
| 341 | dependencies = [ | 341 | dependencies = [ |
| 342 | "pyo3-macros-backend", | 342 | "pyo3-macros-backend", |
| 343 | "quote", | 343 | "quote", |
| @@ -346,9 +346,9 @@ dependencies = [ | |||
| 346 | 346 | ||
| 347 | [[package]] | 347 | [[package]] |
| 348 | name = "pyo3-macros-backend" | 348 | name = "pyo3-macros-backend" |
| 349 | version = "0.14.5" | 349 | version = "0.15.1" |
| 350 | source = "registry+https://github.com/rust-lang/crates.io-index" | 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 351 | checksum = "71623fc593224afaab918aa3afcaf86ed2f43d34f6afde7f3922608f253240df" | 351 | checksum = "f44f09e825ee49a105f2c7b23ebee50886a9aee0746f4dd5a704138a64b0218a" |
| 352 | dependencies = [ | 352 | dependencies = [ |
| 353 | "proc-macro2", | 353 | "proc-macro2", |
| 354 | "pyo3-build-config", | 354 | "pyo3-build-config", |
