aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2018-07-06 19:45:24 +0200
committerBastien Orivel <eijebong@bananium.fr>2018-07-07 12:03:17 +0200
commit1766867cf4421c138e9623bce46ece437a9f55fa (patch)
tree29141b445270e4435fd030cac2f8b3b5d80c6aaf /components
parentc90737e6c8b9436919706f9490ba6d05492b7121 (diff)
downloadservo-1766867cf4421c138e9623bce46ece437a9f55fa.tar.gz
servo-1766867cf4421c138e9623bce46ece437a9f55fa.zip
Update regex to 1.0
Diffstat (limited to 'components')
-rw-r--r--components/bluetooth_traits/Cargo.toml2
-rw-r--r--components/profile/Cargo.toml2
-rw-r--r--components/script/Cargo.toml2
-rw-r--r--components/style/Cargo.toml4
-rw-r--r--components/webdriver_server/Cargo.toml4
5 files changed, 7 insertions, 7 deletions
diff --git a/components/bluetooth_traits/Cargo.toml b/components/bluetooth_traits/Cargo.toml
index c0d01079449..6d432e060d0 100644
--- a/components/bluetooth_traits/Cargo.toml
+++ b/components/bluetooth_traits/Cargo.toml
@@ -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" }
diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml
index ff9b4788fb0..a27ee87ee6b 100644
--- a/components/profile/Cargo.toml
+++ b/components/profile/Cargo.toml
@@ -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"
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 7f30c842d34..d05f6e72da6 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -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"}
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml
index b80b7572bba..33319ae5e36 100644
--- a/components/style/Cargo.toml
+++ b/components/style/Cargo.toml
@@ -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}
diff --git a/components/webdriver_server/Cargo.toml b/components/webdriver_server/Cargo.toml
index 421d3defe57..5ee0d762df5 100644
--- a/components/webdriver_server/Cargo.toml
+++ b/components/webdriver_server/Cargo.toml
@@ -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"