Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
add socks as an option feature
  • Loading branch information
nihao committed Mar 5, 2025
1 parent 1f8ba88 commit 21f01ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rig-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.22", features = ["json", "stream", "multipart", "socks"] }
reqwest = { version = "0.11.22", features = ["json", "stream", "multipart"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tracing = "0.1.40"
Expand Down Expand Up @@ -46,6 +46,7 @@ derive = ["dep:rig-derive"]
pdf = ["dep:lopdf"]
rayon = ["dep:rayon"]
worker = ["dep:worker"]
socks = ["reqwest/socks"]

[[test]]
name = "embed_macro"
Expand Down

0 comments on commit 21f01ed

Please sign in to comment.