Update Rust crate pyo3 to v0.23.1 #700
Annotations
9 errors and 62 warnings
tests (ubuntu-latest):
src/types/mapping.rs#L752
`{integer}` cannot be converted to a Python object
|
tests (ubuntu-latest):
src/types/mapping.rs#L753
no method named `unwrap` found for type `bool` in the current scope
|
tests (ubuntu-latest):
src/types/value/value_as_py_obj_tests.rs#L35
mismatched types
|
tests (ubuntu-latest):
src/types/value/value_as_py_obj_tests.rs#L36
no method named `unwrap` found for type `bool` in the current scope
|
tests (ubuntu-latest):
src/types/value/value_as_py_obj_tests.rs#L52
`{float}` cannot be converted to a Python object
|
tests (ubuntu-latest):
src/types/value/value_as_py_obj_tests.rs#L53
no method named `unwrap` found for type `bool` in the current scope
|
tests (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
tests (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
tests (macos-latest)
The operation was canceled.
|
lints
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lints
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
tests (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests (ubuntu-latest):
src/inventory.rs#L80
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/inventory.rs#L81
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/inventory.rs#L82
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/inventory.rs#L83
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/inventory.rs#L89
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L180
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L182
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L183
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L184
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L192
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/inventory.rs#L80
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/inventory.rs#L81
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/inventory.rs#L82
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/inventory.rs#L83
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/inventory.rs#L89
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L180
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L182
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L183
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L184
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (ubuntu-latest):
src/node/nodeinfo.rs#L192
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/inventory.rs#L80
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/inventory.rs#L81
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/inventory.rs#L82
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/inventory.rs#L83
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/inventory.rs#L89
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/node/nodeinfo.rs#L180
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/node/nodeinfo.rs#L182
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/node/nodeinfo.rs#L183
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/node/nodeinfo.rs#L184
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/node/nodeinfo.rs#L192
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/inventory.rs#L80
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/inventory.rs#L81
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/inventory.rs#L82
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/inventory.rs#L83
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/inventory.rs#L89
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/node/nodeinfo.rs#L180
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest):
src/node/nodeinfo.rs#L182
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/node/nodeinfo.rs#L183
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/node/nodeinfo.rs#L184
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23/migration) for more information.
|
tests (macos-latest):
src/node/nodeinfo.rs#L192
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
tests (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
benchmarks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
benchmarks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, boa-dev/criterion-compare-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
benchmarks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
benchmarks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
benchmarks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
benchmarks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|