Bump axum from 0.7.4 to 0.7.5 in /axum1 #534
Annotations
1 error and 2 warnings
field `0` is never read:
src/routes/recipe/extractors.rs#L11
error: field `0` is never read
--> src/routes/recipe/extractors.rs:11:26
|
11 | pub struct RecipeCreator(uuid::Uuid);
| ------------- ^^^^^^^^^^
| |
| field in this struct
|
= note: `RecipeCreator` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
11 | pub struct RecipeCreator(());
| ~~
|
Analyze (javascript)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze (javascript)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|