Skip to content

feat: refine some api && prefer Bytes over Arc<String> #37

feat: refine some api && prefer Bytes over Arc<String>

feat: refine some api && prefer Bytes over Arc<String> #37

Triggered via push December 23, 2023 17:27
Status Success
Total duration 15s
Artifacts

security.yaml

on: push
security-audit
7s
security-audit
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
this call for this type may be undefined behavior: src/lib.rs#L587
error: this call for this type may be undefined behavior --> src/lib.rs:587:18 | 587 | buf: MaybeUninit::uninit().assume_init(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninit_assumed_init = note: `#[deny(clippy::uninit_assumed_init)]` on by default
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/