Update regex to 1.0

This commit is contained in:
Bastien Orivel 2018-07-06 19:45:24 +02:00
parent c90737e6c8
commit 1766867cf4
6 changed files with 60 additions and 50 deletions

View file

@ -11,7 +11,7 @@ path = "lib.rs"
[dependencies]
ipc-channel = "0.10"
regex = "0.2"
regex = "1.0"
serde = "1.0"
embedder_traits = { path = "../embedder_traits" }

View file

@ -27,7 +27,7 @@ time = "0.1.12"
task_info = {path = "../../support/rust-task_info"}
[target.'cfg(target_os = "linux")'.dependencies]
regex = "0.2"
regex = "1.0"
[target.'cfg(not(target_os = "windows"))'.dependencies]
libc = "0.2"

View file

@ -74,7 +74,7 @@ phf = "0.7.18"
profile_traits = {path = "../profile_traits"}
ref_filter_map = "1.0.1"
ref_slice = "1.0"
regex = "0.2"
regex = "1.0"
script_layout_interface = {path = "../script_layout_interface"}
script_plugins = {path = "../script_plugins"}
script_traits = {path = "../script_traits"}

View file

@ -77,7 +77,7 @@ kernel32-sys = "0.2"
[build-dependencies]
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.36", optional = true, default-features = false }
regex = {version = "0.2", optional = true}
bindgen = { version = "0.37", optional = true, default-features = false }
regex = {version = "1.0", optional = true}
walkdir = "2.1.4"
toml = {version = "0.4.5", optional = true, default-features = false}

View file

@ -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"