Revert "Unify use of the surf crate (#3855)" (#3871)

This reverts commit 7f7af2bbaa.
This commit is contained in:
JT
2021-07-31 09:04:01 +12:00
committed by GitHub
parent 370ae8c20c
commit c3de9848b4
3 changed files with 371 additions and 121 deletions

View File

@ -16,7 +16,7 @@ nu-errors = { path="../nu-errors", version = "0.34.1" }
nu-plugin = { path="../nu-plugin", version = "0.34.1" }
nu-protocol = { path="../nu-protocol", version = "0.34.1" }
nu-source = { path="../nu-source", version = "0.34.1" }
surf = { version="2.2.0", default-features = false, features=["h1-client"] }
surf = { version="2.2.0", features=["hyper-client"] }
url = "2.2.1"
mime = "0.3.16"