fix(reqwest): add native-tls feature to reqwest dependency #5559

This commit is contained in:
Tunglies
2025-11-24 13:19:54 +08:00
parent ad6fe696c0
commit cbd1fa44d7
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
<details>
<summary><strong> 🚀 优化改进 </strong></summary>
- 网络请求使用系统证书,避免服务器证书链路配置缺陷无法导入订阅
- 替换前端信息编辑组件,提供更好性能
- 优化后端内存和性能表现
- 防止退出时可能的禁用 TUN 失败

View File

@@ -62,7 +62,7 @@ once_cell = { version = "1.21.3", features = ["parking_lot"] }
port_scanner = "0.1.5"
delay_timer = "0.11.6"
percent-encoding = "2.3.2"
reqwest = { version = "0.12.24", features = ["json", "cookies"] }
reqwest = { version = "0.12.24", features = ["json", "cookies", "native-tls"] }
regex = "1.12.2"
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", features = [
"guard",