Skip to content

Commit

Permalink
feat: enable use socks proxy (#138)
Browse files Browse the repository at this point in the history
To close #134 and
[reference](ramsayleung/rspotify#71)
  • Loading branch information
wiasliaw authored Aug 19, 2024
1 parent 63dec8e commit f72c2fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 22,4 @@ hex = { package = "const-hex", version = "1.10" }
semver = "1"
serde = "1"
serde_json = "1"
reqwest = { version = "0.12", default-features = false }
reqwest = { version = "0.12", default-features = false, features = ["socks"] }

0 comments on commit f72c2fd

Please sign in to comment.