Skip to content

remove own http types #4731

remove own http types

remove own http types #4731

Triggered via push September 5, 2023 22:21
Status Success
Total duration 2m 44s
Artifacts

audit.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
failed to resolve: use of undeclared type `HttpResponseBuilder`: core/tauri/src/manager.rs#L689
error[E0433]: failed to resolve: use of undeclared type `HttpResponseBuilder` --> core/tauri/src/manager.rs:689:27 | 689 | Err(_) => HttpResponseBuilder::new() | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `HttpResponseBuilder`
missing generics for struct `http::Request`: core/tauri/src/manager.rs#L1508
error[E0107]: missing generics for struct `http::Request` --> core/tauri/src/manager.rs:1508:36 | 1508 | fn request_to_path(request: &http::Request, base_url: &str) -> String { | ^^^^^^^ expected 1 generic argument | note: struct defined here, with 1 generic parameter: `T` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/request.rs:157:12 | 157 | pub struct Request<T> { | ^^^^^^^ - help: add missing generic argument | 1508 | fn request_to_path(request: &http::Request<T>, base_url: &str) -> String { | +++
audit-js
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
audit-rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/