Private
Public Access
1
0

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

This commit is contained in:
2026-04-12 15:26:57 +00:00
parent f1a76e33f3
commit f5a0ce71cb
5 changed files with 2 additions and 7 deletions

View File

@ -14,11 +14,7 @@ use rustls::{
RootCertStore,
};
use rustls_pemfile::{certs, private_key};
use std::{
fs::File,
io::BufReader,
sync::Arc,
};
use std::{fs::File, io::BufReader, sync::Arc};
use tracing::{info, warn};
/// Check for duplicate critical headers (VULN-006)

View File

@ -39,7 +39,6 @@ pub struct InstallOptions {
pub no_recommends: bool,
}
/// Patch information
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Patch {