Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

fix(deps): update rust crate clap to 4.4.11 #2806

fix(deps): update rust crate clap to 4.4.11

fix(deps): update rust crate clap to 4.4.11 #2806

Triggered via push December 4, 2023 20:08
Status Success
Total duration 15s
Artifacts

security.yml

on: push
Security Audit
6s
Security Audit
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
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/
`Box::new(_)` of default value: src/cert_store/mod.rs#L13
warning: `Box::new(_)` of default value --> src/cert_store/mod.rs:13:17 | 13 | true => Box::new(LocalStore::default()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `Box::<LocalStore>::default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#box_default = note: `#[warn(clippy::box_default)]` on by default