This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Merge branch 'master' into remove-name-field #683
Annotations
1 error and 5 warnings
security_audit
Critical vulnerabilities were found, marking check as failed
|
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
security_audit
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
security_audit
2 vulnerabilities found!
|
unused import: `futures::TryStreamExt`:
src/database/models/user_item.rs#L147
warning: unused import: `futures::TryStreamExt`
--> src/database/models/user_item.rs:147:13
|
147 | use futures::TryStreamExt;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused variable: `subscription_id`:
src/routes/internal/billing.rs#L1002
warning: unused variable: `subscription_id`
--> src/routes/internal/billing.rs:1002:42
|
1002 | ... if let Some((subscription_id, interval)) =
| ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subscription_id`
|
= note: `#[warn(unused_variables)]` on by default
|