From ed276ba923501e6ae21947c9be22dff08594cf5c Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Wed, 8 Mar 2017 11:04:28 +0100 Subject: [PATCH] trivial: fix utf-8 crate version to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8991d29..8760f08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ log = "*" rand = "*" sha1 = "*" url = "*" -utf-8 = "*" +utf-8 = "0.6" [dependencies.native-tls] optional = true