diff --git a/Cargo.toml b/Cargo.toml index 8b21c1aeb..fdfd22f5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/rustless/valico" build = "build.rs" [dependencies] -regex = "0.1" +regex = "1.0" lazy_static = "0.2" url = "1" jsonway = "2.0"