Bug 1368265 - Update geckodriver and webdriver Cargo.tomls. r=automatedtester

MozReview-Commit-ID: 6MsrxinrYEp

--HG--
extra : rebase_source : c0f5b076183c53c86aae0e757b6ef391f1eba8c1
This commit is contained in:
Andreas Tolfsen 2017-09-03 16:24:55 +01:00
Родитель af89014409
Коммит c722f88ac8
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -3,7 +3,7 @@ name = "geckodriver"
version = "0.18.0"
authors = [
"James Graham <james@hoppipolla.co.uk>",
"Andreas Tolfsen <ato@mozilla.com>",
"Andreas Tolfsen <ato@sny.no>",
]
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"]
@ -13,7 +13,7 @@ license = "MPL-2.0"
[dependencies]
chrono = "^0.2"
clap = {version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"]}
clap = { version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"] }
hyper = "0.10"
lazy_static = "0.1"
log = "0.3"

Просмотреть файл

@ -2,16 +2,16 @@
name = "webdriver"
version = "0.30.0"
authors = ["Mozilla Tools and Automation <tools@lists.mozilla.com>"]
description = "Library implementing the wire protocol for the W3C WebDriver specification"
documentation = "https://docs.rs/webdriver"
repository = "https://github.com/mozilla/webdriver-rust"
readme = "README.md"
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]
backtrace = "0.3"
cookie = {version = "0.9", default-features = false}
cookie = { version = "0.9", default-features = false }
hyper = "0.10"
log = "0.3"
regex = "0.2"