Skip to content

Commit

Permalink
Auto merge of #15302 - andreastt:webdriver-0.20.0, r=Ms2ger
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Jan 30, 2017
2 parents 7561883 + 96ce7db commit 71deabc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/constellation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion components/servo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ports/servo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ clippy = ["libservo/clippy"]
debugmozjs = ["libservo/debugmozjs"]

[dependencies]
backtrace = "0.2"
backtrace = "0.3"
browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "crate"}
glutin_app = {path = "../../ports/glutin"}
log = "0.3"
Expand Down

0 comments on commit 71deabc

Please sign in to comment.