move from h1-client-rustls to hyper-client (#3154)

This commit is contained in:
Darren Schroeder
2021-03-10 15:45:53 -06:00
committed by GitHub
parent 22ae962b57
commit ee5bd2b4b3
2 changed files with 7 additions and 169 deletions

View File

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