aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
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.toml2
-rw-r--r--components/webdriver_server/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/components/bluetooth_traits/Cargo.toml b/components/bluetooth_traits/Cargo.toml
index d8cb171de3c..2884a7d5c00 100644
--- a/components/bluetooth_traits/Cargo.toml
+++ b/components/bluetooth_traits/Cargo.toml
@@ -12,6 +12,6 @@ path = "lib.rs"
[dependencies]
ipc-channel = "0.11"
-regex = "1.0"
+regex = "1.1"
serde = "1.0"
embedder_traits = { path = "../embedder_traits" }
diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml
index 0c1abbffac7..c1d14c3c31a 100644
--- a/components/profile/Cargo.toml
+++ b/components/profile/Cargo.toml
@@ -29,7 +29,7 @@ tokio = "0.1"
task_info = {path = "../../support/rust-task_info"}
[target.'cfg(target_os = "linux")'.dependencies]
-regex = "1.0"
+regex = "1.1"
[target.'cfg(not(target_os = "windows"))'.dependencies]
libc = "0.2"
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index c6dc04c6004..ba760816374 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -85,7 +85,7 @@ pixels = {path = "../pixels"}
profile_traits = {path = "../profile_traits"}
ref_filter_map = "1.0.1"
ref_slice = "1.0"
-regex = "1.0"
+regex = "1.1"
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 05ad412ff38..e675bb89f31 100644
--- a/components/style/Cargo.toml
+++ b/components/style/Cargo.toml
@@ -80,6 +80,6 @@ void = "1.0.2"
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.49", optional = true, default-features = false }
-regex = {version = "1.0", optional = true}
+regex = {version = "1.1", 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 fd7b4a16590..50a3816073a 100644
--- a/components/webdriver_server/Cargo.toml
+++ b/components/webdriver_server/Cargo.toml
@@ -23,7 +23,7 @@ log = "0.4"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
pixels = {path = "../pixels"}
-regex = "1.0"
+regex = "1.1"
serde = "1"
serde_json = "1"
script_traits = {path = "../script_traits"}