Skip to content

Commit

Permalink
webdriver_server, constellation, libservo, servo: upgrade webdriver a…
Browse files Browse the repository at this point in the history
…nd backtrace

Upgrades to webdriver v0.20.0 and backtrace v0.3
  • Loading branch information
andreastt committed Jan 30, 2017
1 parent 9cdf78d commit 96ce7db
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
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
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
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
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 96ce7db

Please sign in to comment.