1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

upgrade regex

This commit is contained in:
Nikolay Kim
2018-05-04 12:25:06 -07:00
parent 03d6b04eef
commit f66cf16823
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ mime_guess = "2.0.0-alpha"
num_cpus = "1.0"
percent-encoding = "1.0"
rand = "0.4"
regex = "0.2"
regex = "1.0"
serde = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.5"