apply version updates #6536
Annotations
4 errors and 6 warnings
can't find crate for `rpm`:
src/error.rs#L117
error[E0463]: can't find crate for `rpm`
--> src/error.rs:117:20
|
117 | RpmError(#[from] rpm::Error),
| ^^^ can't find crate
|
can't find crate for `rpm`:
src/error.rs#L117
error[E0463]: can't find crate for `rpm`
--> src/error.rs:117:20
|
117 | RpmError(#[from] rpm::Error),
| ^^^ can't find crate
|
can't find crate for `rpm`:
src/bundle/linux/rpm.rs#L10
error[E0463]: can't find crate for `rpm`
--> src/bundle/linux/rpm.rs:10:5
|
10 | use rpm::{self, signature::pgp, Dependency, FileMode, FileOptions};
| ^^^ can't find crate
|
can't find crate for `rpm`:
src/bundle/linux/rpm.rs#L10
error[E0463]: can't find crate for `rpm`
--> src/bundle/linux/rpm.rs:10:5
|
10 | use rpm::{self, signature::pgp, Dependency, FileMode, FileOptions};
| ^^^ can't find crate
|
audit-js
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
audit-js
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
audit-rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/audit-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/
|
audit-rust
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/audit-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/
|
audit-rust
3 warnings found!
|
audit-rust
Unknown warning kind unsound found, please, file a bug
|