diff --git a/.a0proj/memory/index.faiss b/.a0proj/memory/index.faiss index 8f5a136..eb81150 100644 Binary files a/.a0proj/memory/index.faiss and b/.a0proj/memory/index.faiss differ diff --git a/.a0proj/memory/index.faiss.sha256 b/.a0proj/memory/index.faiss.sha256 index 370006f..b785247 100644 --- a/.a0proj/memory/index.faiss.sha256 +++ b/.a0proj/memory/index.faiss.sha256 @@ -1 +1 @@ -7ca8faef2728fcd4a384eed9dcf826a8989f7573d24e35bd83bfae86d8875818 \ No newline at end of file +1f7cd88568f16d02451ecc854e04a642c7db56071ca2a09ea961a3c5bcbcbdff \ No newline at end of file diff --git a/.a0proj/memory/index.pkl b/.a0proj/memory/index.pkl index dc174dd..9329152 100644 Binary files a/.a0proj/memory/index.pkl and b/.a0proj/memory/index.pkl differ diff --git a/src/auth/mtls.rs b/src/auth/mtls.rs index 10e20c8..c32e603 100644 --- a/src/auth/mtls.rs +++ b/src/auth/mtls.rs @@ -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) diff --git a/src/packages/mod.rs b/src/packages/mod.rs index c8a740a..6daa72a 100644 --- a/src/packages/mod.rs +++ b/src/packages/mod.rs @@ -39,7 +39,6 @@ pub struct InstallOptions { pub no_recommends: bool, } - /// Patch information #[derive(Debug, Clone, Serialize, Deserialize)] pub struct Patch {