Revert "Unify use of the surf crate (#3777)" (#3783)

This reverts commit 37612345f2.
This commit is contained in:
Darren Schroeder
2021-07-14 20:21:18 -05:00
committed by GitHub
parent 3645a0f0e4
commit 181ee1dade
3 changed files with 113 additions and 2 deletions

View File

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