summaryrefslogtreecommitdiff
path: root/web/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r--web/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml
index 13c0a4b..f3f3ee5 100644
--- a/web/Cargo.toml
+++ b/web/Cargo.toml
@@ -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.