refactor(curl-impersonate): Remove manual fix for curl proxy SSL

The new version of curl-cffi includes the proper fix for applying ca-bundles to proxy connections making this manual fix no longer required.
This commit is contained in:
rlaphoenix
2024-04-18 09:48:48 +01:00
parent d1ae361afc
commit c859465af2
3 changed files with 17 additions and 20 deletions

View File

@@ -61,7 +61,7 @@ subtitle-filter = "^1.4.9"
Unidecode = "^1.3.8"
urllib3 = "^2.2.1"
chardet = "^5.2.0"
curl-cffi = "^0.6.2"
curl-cffi = "^0.7.0b4"
language-data = "^1.2.0"
marisa-trie = "^1.1.0"