From 021c742d22079e915e31bfcf61b7803627fc7e4c Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 6 Dec 2019 00:10:27 +0600 Subject: [PATCH] use string crate from master --- router/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/router/Cargo.toml b/router/Cargo.toml index 7ed2dabc..cb8785f9 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -22,7 +22,8 @@ default = ["http"] [dependencies] regex = "1.3.1" serde = "1.0.80" -string = "0.2.1" +# string = "0.2.1" +string = { git = "https://github.com/carllerche/string.git" } log = "0.4.8" http = { version="0.2.0", optional=true }