Merge branch 'tower' of github.com:hit-box/hitbox into tower #135
Annotations
2 errors and 3 warnings
security_audit
Critical vulnerabilities were found, marking check as failed
|
field `stale` is never read:
hitbox-core/src/value.rs#L37
error: field `stale` is never read
--> hitbox-core/src/value.rs:37:5
|
35 | pub struct CacheMeta {
| --------- field in this struct
36 | pub expire: DateTime<Utc>,
37 | stale: DateTime<Utc>,
| ^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
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!
|