From 9fcf77a9a353a212fe9b8a4464dbd7dafb563c31 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Fri, 22 Jun 2018 10:24:27 +0200 Subject: [PATCH] lock down dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afa3484..542af3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["web-programming::http-client"] [dependencies] ascii = "0.9" -base64 = "*" +base64 = "0.9" chunked_transfer = "0.3" cookie = { version = "0.10", features = ["percent-encode"] } dns-lookup = "0.9.1"