Skip to content

Commit

Permalink
Merge pull request #3 from KSroido/master
Browse files Browse the repository at this point in the history
change reqwest.features in  cargo.toml  to support proxy request
  • Loading branch information
hecrj authored Nov 27, 2024
2 parents d8734cd + 53e98af commit 208c13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio-stream.version = "0.1"
tokio-stream.features = ["io-util"]

reqwest.version = "0.12"
reqwest.features = ["json"]
reqwest.features = ["json", "socks"]

serde.version = "1.0"
serde.features = ["derive"]
Expand Down

0 comments on commit 208c13f

Please sign in to comment.