diff options
Diffstat (limited to 'winpty/Cargo.toml')
-rw-r--r-- | winpty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winpty/Cargo.toml b/winpty/Cargo.toml index a8611c3d..f049013c 100644 --- a/winpty/Cargo.toml +++ b/winpty/Cargo.toml @@ -18,5 +18,5 @@ winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] } [target.'cfg(windows)'.build-dependencies] embed-resource = "1.1.4" tempfile = "3.0.4" -reqwest = "0.9" +http_req = "0.5" zip = "0.5" |