mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-17 07:50:33 +08:00
fix(reqwest): add native-tls feature to reqwest dependency #5559
This commit is contained in:
parent
ad6fe696c0
commit
cbd1fa44d7
@ -33,6 +33,7 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary><strong> 🚀 优化改进 </strong></summary>
|
<summary><strong> 🚀 优化改进 </strong></summary>
|
||||||
|
|
||||||
|
- 网络请求使用系统证书,避免服务器证书链路配置缺陷无法导入订阅
|
||||||
- 替换前端信息编辑组件,提供更好性能
|
- 替换前端信息编辑组件,提供更好性能
|
||||||
- 优化后端内存和性能表现
|
- 优化后端内存和性能表现
|
||||||
- 防止退出时可能的禁用 TUN 失败
|
- 防止退出时可能的禁用 TUN 失败
|
||||||
|
|||||||
@ -62,7 +62,7 @@ once_cell = { version = "1.21.3", features = ["parking_lot"] }
|
|||||||
port_scanner = "0.1.5"
|
port_scanner = "0.1.5"
|
||||||
delay_timer = "0.11.6"
|
delay_timer = "0.11.6"
|
||||||
percent-encoding = "2.3.2"
|
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"
|
regex = "1.12.2"
|
||||||
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", features = [
|
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", features = [
|
||||||
"guard",
|
"guard",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user