From 027f98a6c0598a04de030c22dc57fbd22354e6f0 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Tue, 27 Mar 2018 22:46:02 +0200 Subject: [PATCH] Update url to 1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8861610f..a3d4e07cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ ascii = "0.8" chunked_transfer = "0.3" encoding = "0.2" openssl = { version = "0.10", optional = true } -url = "0.2" +url = "1.7" chrono = "0.4" log = "0.4"