author | Andreas Tolfsen <ato@sny.no> |
Thu, 26 Oct 2017 18:05:29 +0100 | |
changeset 389056 | 047b0a0c8312d9e8e51cd6a1e80b55393cbfc989 |
parent 389055 | 540273e5cf22e5b7b8b85f584c6a7efd5e7a90ab |
child 389057 | 2cb8c9e7040c463fd43095be0ead2c4db96ad711 |
push id | 32777 |
push user | archaeopteryx@coole-files.de |
push date | Mon, 30 Oct 2017 22:44:45 +0000 |
treeherder | mozilla-central@dd0f265a1300 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jgraham |
bugs | 1412037 |
milestone | 58.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/geckodriver/Cargo.lock | file | annotate | diff | comparison | revisions | |
testing/webdriver/Cargo.toml | file | annotate | diff | comparison | revisions |
--- a/testing/geckodriver/Cargo.lock +++ b/testing/geckodriver/Cargo.lock @@ -172,17 +172,17 @@ dependencies = [ "mozversion 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", "slog 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog-atomic 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "slog-stdlog 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "slog-stream 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", - "webdriver 0.31.0", + "webdriver 0.32.0", "zip 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "httparse" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -659,17 +659,17 @@ source = "registry+https://github.com/ru [[package]] name = "void" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "webdriver" -version = "0.31.0" +version = "0.32.0" dependencies = [ "backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
--- a/testing/webdriver/Cargo.toml +++ b/testing/webdriver/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "webdriver" -version = "0.31.0" -authors = ["Mozilla Tools and Automation <tools@lists.mozilla.com>"] +version = "0.32.0" +authors = ["Mozilla <tools-marionette@lists.mozilla.org>"] description = "Library implementing the wire protocol for the W3C WebDriver specification." keywords = ["webdriver", "browser", "automation", "protocol", "w3c"] documentation = "https://docs.rs/webdriver" repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/webdriver" readme = "README.md" license = "MPL-2.0" [dependencies]