Skip to content

Commit

Permalink
Switch to fork of reqwest until upstream change lands
Browse files Browse the repository at this point in the history
  • Loading branch information
campbellC committed Jun 3, 2021
1 parent 0a68968 commit 7eb5445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ har = "^0.5"
cookie = "^0.14"
run_script = "^0.6"
tokio-test = "^0.4"
reqwest = "^0.11"
# reqwest = "^0.11"
reqwest = { git = "https://github.com/campbellC/reqwest"}
rand = "^0.8.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[dev-dependencies.warp]
version = "0.3"
features = ["tls"]

0 comments on commit 7eb5445

Please sign in to comment.