mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Update regex to 1.0
This commit is contained in:
parent
c90737e6c8
commit
1766867cf4
6 changed files with 60 additions and 50 deletions
|
@ -19,11 +19,11 @@ ipc-channel = "0.10"
|
|||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
regex = "0.2"
|
||||
regex = "1.0"
|
||||
rustc-serialize = "0.3.4"
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
url = "1.2"
|
||||
uuid = {version = "0.6", features = ["v4"]}
|
||||
webdriver = "0.33"
|
||||
webdriver = "0.35"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue