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 }