Enable socks reqwest feature

This commit is contained in:
Gregory Schier
2025-06-08 08:10:55 -07:00
parent 4d90bc78b1
commit 20f7d20031
2 changed files with 14 additions and 1 deletions

13
src-tauri/Cargo.lock generated
View File

@@ -4517,6 +4517,7 @@ dependencies = [
"tokio",
"tokio-native-tls",
"tokio-rustls",
"tokio-socks",
"tokio-util",
"tower 0.5.2",
"tower-http",
@@ -6110,6 +6111,18 @@ dependencies = [
"tokio",
]
[[package]]
name = "tokio-socks"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
dependencies = [
"either",
"futures-util",
"thiserror 1.0.69",
"tokio",
]
[[package]]
name = "tokio-stream"
version = "0.1.17"