web: Updating Cargo deps + fixes for stable

This commit is contained in:
Yorhel 2018-03-25 08:12:21 +02:00
parent 5480fc206e
commit 8487d37aad
3 changed files with 44 additions and 65 deletions

View file

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