From fe8e3c7c7eea19b9b094e2d58c74a9b7789d0ee7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 26 Aug 2020 18:49:23 +1000 Subject: [PATCH] use commit hash in reqwests dependency --- rslib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 2d7a6c6a2..ee483bc98 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -63,12 +63,12 @@ features = ["trace", "functions", "collation", "bundled"] [target.'cfg(linux)'.dependencies.reqwest] git = "https://github.com/ankitects/reqwest.git" -branch = "io-timeout" +rev = "57665e2c2a39db85723ba860f1b570a608bb73f9" features = ["json", "socks", "stream", "native-tls-vendored"] [target.'cfg(not(linux))'.dependencies.reqwest] git = "https://github.com/ankitects/reqwest.git" -branch = "io-timeout" +rev = "57665e2c2a39db85723ba860f1b570a608bb73f9" features = ["json", "socks", "stream"] [build-dependencies]