Apply cargo fmt formatting to clippy fixes
Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 11s
CI/CD Pipeline / Clippy Lints (push) Failing after 5m35s
CI/CD Pipeline / Unit Tests (push) Failing after 5m50s
CI/CD Pipeline / Security Audit (push) Successful in 1m50s
CI/CD Pipeline / Build Debian Package (push) Failing after 2s
CI/CD Pipeline / Build RPM Package (push) Failing after 2s
CI/CD Pipeline / Build Alpine Package (push) Failing after 2s
CI/CD Pipeline / Build Arch Package (push) Failing after 1s
CI/CD Pipeline / Create Release (push) Has been skipped
Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 11s
CI/CD Pipeline / Clippy Lints (push) Failing after 5m35s
CI/CD Pipeline / Unit Tests (push) Failing after 5m50s
CI/CD Pipeline / Security Audit (push) Successful in 1m50s
CI/CD Pipeline / Build Debian Package (push) Failing after 2s
CI/CD Pipeline / Build RPM Package (push) Failing after 2s
CI/CD Pipeline / Build Alpine Package (push) Failing after 2s
CI/CD Pipeline / Build Arch Package (push) Failing after 1s
CI/CD Pipeline / Create Release (push) Has been skipped
This commit is contained in:
Binary file not shown.
@ -1 +1 @@
|
|||||||
7ca8faef2728fcd4a384eed9dcf826a8989f7573d24e35bd83bfae86d8875818
|
1f7cd88568f16d02451ecc854e04a642c7db56071ca2a09ea961a3c5bcbcbdff
|
||||||
Binary file not shown.
@ -14,11 +14,7 @@ use rustls::{
|
|||||||
RootCertStore,
|
RootCertStore,
|
||||||
};
|
};
|
||||||
use rustls_pemfile::{certs, private_key};
|
use rustls_pemfile::{certs, private_key};
|
||||||
use std::{
|
use std::{fs::File, io::BufReader, sync::Arc};
|
||||||
fs::File,
|
|
||||||
io::BufReader,
|
|
||||||
sync::Arc,
|
|
||||||
};
|
|
||||||
use tracing::{info, warn};
|
use tracing::{info, warn};
|
||||||
|
|
||||||
/// Check for duplicate critical headers (VULN-006)
|
/// Check for duplicate critical headers (VULN-006)
|
||||||
|
|||||||
@ -39,7 +39,6 @@ pub struct InstallOptions {
|
|||||||
pub no_recommends: bool,
|
pub no_recommends: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// Patch information
|
/// Patch information
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
pub struct Patch {
|
pub struct Patch {
|
||||||
|
|||||||
Reference in New Issue
Block a user