Update deps, don't require nightly for arm64 #579
Annotations
3 errors and 3 warnings
unknown feature `diagnostic_namespace`:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.0/src/lib.rs#L1
error[E0635]: unknown feature `diagnostic_namespace`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.0/src/lib.rs:1:45
|
1 | #![cfg_attr(nightly_error_messages, feature(diagnostic_namespace))]
| ^^^^^^^^^^^^^^^^^^^^
|
failed to resolve: use of undeclared crate or module `diagnostic`:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.0/src/extract/mod.rs#L75
error[E0433]: failed to resolve: use of undeclared crate or module `diagnostic`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.0/src/extract/mod.rs:75:5
|
75 | diagnostic::on_unimplemented(
| ^^^^^^^^^^ use of undeclared crate or module `diagnostic`
|
failed to resolve: use of undeclared crate or module `diagnostic`:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.0/src/extract/mod.rs#L48
error[E0433]: failed to resolve: use of undeclared crate or module `diagnostic`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.0/src/extract/mod.rs:48:5
|
48 | diagnostic::on_unimplemented(
| ^^^^^^^^^^ use of undeclared crate or module `diagnostic`
|
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
1 warnings found!
|
security_audit
Unknown warning kind unsound found, please, file a bug
|