Rust dep updates

This commit is contained in:
Yorhel 2019-05-25 08:27:23 +02:00
parent fbd7b71d73
commit f0df5092c3
9 changed files with 431 additions and 467 deletions

View file

@ -8,7 +8,7 @@ name = "web"
crate-type = ["lib", "staticlib"]
[dependencies]
regex = "0.2.10"
regex = "1.1.0"
lazy_static = "1.0.0"
# Add debugging symbols even in release mode, in order to help with profiling.