mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
move from h1-client-rustls to hyper-client (#3154)
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user