aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-01-30 12:09:22 -0800
committerGitHub <noreply@github.com>2017-01-30 12:09:22 -0800
commit71deabc8bc40baaccf15415cc1f789392de62f2c (patch)
tree9241a228dcfdaab18fe58f61fbee56cb5c2f0526 /components
parent7561883a6938f17d60d6faa1781c7b6b07f457a3 (diff)
parent96ce7dbba257e96efcd16ae400e0c21d1d44ad9b (diff)
downloadservo-71deabc8bc40baaccf15415cc1f789392de62f2c.tar.gz
servo-71deabc8bc40baaccf15415cc1f789392de62f2c.zip
Auto merge of #15302 - andreastt:webdriver-0.20.0, r=Ms2ger
Update to webdriver v0.20.0 - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). - [ ] There are tests for these changes OR - [x] These changes do not require tests because _Servo is not sufficiently mature to run WPT WebDriver tests_ <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15302) <!-- Reviewable:end -->
Diffstat (limited to 'components')
-rw-r--r--components/constellation/Cargo.toml2
-rw-r--r--components/servo/Cargo.toml2
-rw-r--r--components/webdriver_server/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/components/constellation/Cargo.toml b/components/constellation/Cargo.toml
index b10c07703e2..6d0e7b01c19 100644
--- a/components/constellation/Cargo.toml
+++ b/components/constellation/Cargo.toml
@@ -10,7 +10,7 @@ name = "constellation"
path = "lib.rs"
[dependencies]
-backtrace = "0.2.1"
+backtrace = "0.3"
bluetooth_traits = { path = "../bluetooth_traits" }
canvas = {path = "../canvas"}
canvas_traits = {path = "../canvas_traits"}
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index 359b84827d2..12d29adb4a2 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -21,7 +21,7 @@ clippy = ["plugins/clippy"]
debugmozjs = ["script/debugmozjs"]
[dependencies]
-backtrace = "0.2"
+backtrace = "0.3"
bluetooth_traits = {path = "../bluetooth_traits"}
bluetooth = {path = "../bluetooth"}
canvas = {path = "../canvas"}
diff --git a/components/webdriver_server/Cargo.toml b/components/webdriver_server/Cargo.toml
index 06da474ef56..6c98f09f18f 100644
--- a/components/webdriver_server/Cargo.toml
+++ b/components/webdriver_server/Cargo.toml
@@ -26,4 +26,4 @@ servo_config = {path = "../config", features = ["servo"]}
servo_url = {path = "../url", features = ["servo"]}
url = {version = "1.2", features = ["heap_size"]}
uuid = { version = "0.3.1", features = ["v4"] }
-webdriver = "0.19"
+webdriver = "0.20"