mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Remove dependency on regex_macros
This reduces the amount of code using unstable features that we depend on. The hand-written IP address parser is probably just as fast.
This commit is contained in:
parent
0dfdc94cb2
commit
45ec900745
9 changed files with 7 additions and 52 deletions
|
@ -42,8 +42,6 @@ time = "0.1.17"
|
|||
openssl="0.6.1"
|
||||
rustc-serialize = "0.3"
|
||||
cookie = "0.1"
|
||||
regex = "0.1.14"
|
||||
regex_macros = "0.1.8"
|
||||
mime_guess = "1.1.1"
|
||||
flate2 = "0.2.0"
|
||||
uuid = "0.1.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue