flaresolverr session cycling

This commit is contained in:
Simon
2026-04-05 21:13:05 +00:00
parent bc2a73dd06
commit 004399ecbe
5 changed files with 76 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ chrono = "0.4.44"
md5 = "0.8.0"
[lints.rust]
warnings = "deny"
unexpected_cfgs = "allow"
# Or keep it as a warning but whitelist the cfg:
# unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] }