diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-15 17:12:09 +0000 |
|---|---|---|
| committer | Árni Dagur <arni@dagur.eu> | 2022-04-16 00:08:48 +0200 |
| commit | 83a211f741fc7de635181af71f7074ccce852aa8 (patch) | |
| tree | e3ba728199cd737e57f5ef5ce7fc80dcf8acd449 | |
| parent | cac1537967e0153a07c2cc59c310637f03cc6df4 (diff) | |
Bump pyo3 from 0.15.1 to 0.15.2
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.15.1 to 0.15.2.
- [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.15.1...v0.15.2)
---
updated-dependencies:
- dependency-name: pyo3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -311,9 +311,9 @@ checksum = "e8eda7c62d9ecaafdf8b62374c006de0adf61666ae96a96ba74a37134aa4e470" | |||
| 311 | 311 | ||
| 312 | [[package]] | 312 | [[package]] |
| 313 | name = "pyo3" | 313 | name = "pyo3" |
| 314 | version = "0.15.1" | 314 | version = "0.15.2" |
| 315 | source = "registry+https://github.com/rust-lang/crates.io-index" | 315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 316 | checksum = "7cf01dbf1c05af0a14c7779ed6f3aa9deac9c3419606ac9de537a2d649005720" | 316 | checksum = "d41d50a7271e08c7c8a54cd24af5d62f73ee3a6f6a314215281ebdec421d5752" |
| 317 | dependencies = [ | 317 | dependencies = [ |
| 318 | "cfg-if", | 318 | "cfg-if", |
| 319 | "indoc", | 319 | "indoc", |
| @@ -327,18 +327,18 @@ dependencies = [ | |||
| 327 | 327 | ||
| 328 | [[package]] | 328 | [[package]] |
| 329 | name = "pyo3-build-config" | 329 | name = "pyo3-build-config" |
| 330 | version = "0.15.1" | 330 | version = "0.15.2" |
| 331 | source = "registry+https://github.com/rust-lang/crates.io-index" | 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 332 | checksum = "dbf9e4d128bfbddc898ad3409900080d8d5095c379632fbbfbb9c8cfb1fb852b" | 332 | checksum = "779239fc40b8e18bc8416d3a37d280ca9b9fb04bda54b98037bb6748595c2410" |
| 333 | dependencies = [ | 333 | dependencies = [ |
| 334 | "once_cell", | 334 | "once_cell", |
| 335 | ] | 335 | ] |
| 336 | 336 | ||
| 337 | [[package]] | 337 | [[package]] |
| 338 | name = "pyo3-macros" | 338 | name = "pyo3-macros" |
| 339 | version = "0.15.1" | 339 | version = "0.15.2" |
| 340 | source = "registry+https://github.com/rust-lang/crates.io-index" | 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 | checksum = "67701eb32b1f9a9722b4bc54b548ff9d7ebfded011c12daece7b9063be1fd755" | 341 | checksum = "00b247e8c664be87998d8628e86f282c25066165f1f8dda66100c48202fdb93a" |
| 342 | dependencies = [ | 342 | dependencies = [ |
| 343 | "pyo3-macros-backend", | 343 | "pyo3-macros-backend", |
| 344 | "quote", | 344 | "quote", |
| @@ -347,9 +347,9 @@ dependencies = [ | |||
| 347 | 347 | ||
| 348 | [[package]] | 348 | [[package]] |
| 349 | name = "pyo3-macros-backend" | 349 | name = "pyo3-macros-backend" |
| 350 | version = "0.15.1" | 350 | version = "0.15.2" |
| 351 | source = "registry+https://github.com/rust-lang/crates.io-index" | 351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 352 | checksum = "f44f09e825ee49a105f2c7b23ebee50886a9aee0746f4dd5a704138a64b0218a" | 352 | checksum = "5a8c2812c412e00e641d99eeb79dd478317d981d938aa60325dfa7157b607095" |
| 353 | dependencies = [ | 353 | dependencies = [ |
| 354 | "proc-macro2", | 354 | "proc-macro2", |
| 355 | "pyo3-build-config", | 355 | "pyo3-build-config", |
