web: Updating Cargo deps + fixes for stable
This commit is contained in:
parent
5480fc206e
commit
8487d37aad
3 changed files with 44 additions and 65 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue