cargo fixed

This commit is contained in:
Simon
2025-09-19 11:13:37 +00:00
parent 1b4bc6cb13
commit 584abfd431
10 changed files with 5 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ pub struct Requester {
impl Requester {
pub fn new() -> Self {
let mut client = Client::builder()
let client = Client::builder()
.cert_verification(false)
.emulation(Emulation::Firefox136)
.cookie_store(true)