aboutsummaryrefslogtreecommitdiffstats
path: root/components/webdriver_server
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/webdriver_server
parentc90737e6c8b9436919706f9490ba6d05492b7121 (diff)
downloadservo-1766867cf4421c138e9623bce46ece437a9f55fa.tar.gz
servo-1766867cf4421c138e9623bce46ece437a9f55fa.zip
Update regex to 1.0
Diffstat (limited to 'components/webdriver_server')
-rw-r--r--components/webdriver_server/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"