mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
Remove unnecessary "rustls-tls" feature from reqwest dependency in Cargo.toml
This commit is contained in:
794
src-tauri/Cargo.lock
generated
794
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -41,7 +41,7 @@ tokio = { version = "1.47.1", features = [
|
|||||||
"sync",
|
"sync",
|
||||||
] }
|
] }
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
reqwest = { version = "0.12.23", features = ["json", "rustls-tls", "cookies"] }
|
reqwest = { version = "0.12.23", features = ["json", "cookies"] }
|
||||||
regex = "1.11.2"
|
regex = "1.11.2"
|
||||||
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" }
|
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" }
|
||||||
tauri = { version = "2.8.4", features = [
|
tauri = { version = "2.8.4", features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user