tarantool: fix compatibility with new interface of traits #132
Annotations
2 errors and 3 warnings
security_audit
Critical vulnerabilities were found, marking check as failed
|
unused import: `borrow::Borrow`:
hitbox-backend/src/serializer.rs#L1
error: unused import: `borrow::Borrow`
--> hitbox-backend/src/serializer.rs:1:11
|
1 | use std::{borrow::Borrow, marker::PhantomData};
| ^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
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/checkout@v3, 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
1 vulnerabilities found!
|