From ba8fce0c98157d51ee191c042bad974945d03560 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 13 Dec 2019 19:10:25 +0100 Subject: [PATCH] chore: Update chunked_transfer to 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09442bf33..b2201d86f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ssl = ["openssl"] [dependencies] ascii = "1.0" -chunked_transfer = "0.3" +chunked_transfer = "1" openssl = { version = "0.10", optional = true } url = "1.7" chrono = "0.4"