Updated dependencies #64
Annotations
10 warnings
unused variable: `storage`:
src/rest/routes.rs#L222
warning: unused variable: `storage`
--> src/rest/routes.rs:222:13
|
222 | let storage = Storage::new(root.into_path()).expect("unable to create storage handler");
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage`
|
= note: `#[warn(unused_variables)]` on by default
|
unused import: `tower::util::ServiceExt`:
src/rest/routes.rs#L214
warning: unused import: `tower::util::ServiceExt`
--> src/rest/routes.rs:214:9
|
214 | use tower::util::ServiceExt;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `axum::http::Request`:
src/rest/routes.rs#L213
warning: unused import: `axum::http::Request`
--> src/rest/routes.rs:213:9
|
213 | use axum::http::Request;
| ^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused variable: `storage`:
src/rest/routes.rs#L222
warning: unused variable: `storage`
--> src/rest/routes.rs:222:13
|
222 | let storage = Storage::new(root.into_path()).expect("unable to create storage handler");
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage`
|
= note: `#[warn(unused_variables)]` on by default
|
unused import: `tower::util::ServiceExt`:
src/rest/routes.rs#L214
warning: unused import: `tower::util::ServiceExt`
--> src/rest/routes.rs:214:9
|
214 | use tower::util::ServiceExt;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `axum::http::Request`:
src/rest/routes.rs#L213
warning: unused import: `axum::http::Request`
--> src/rest/routes.rs:213:9
|
213 | use axum::http::Request;
| ^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
build-aarch64
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
build-aarch64
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|