mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1750691 - [webdriver] Release version 0.47.0 r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D159155
This commit is contained in:
parent
d326a32965
commit
4a72fa780e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -5969,7 +5969,7 @@ version = "0.3.100"
|
||||
|
||||
[[package]]
|
||||
name = "webdriver"
|
||||
version = "0.46.0"
|
||||
version = "0.47.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bytes 1.2.1",
|
||||
|
@ -29,7 +29,7 @@ serde_yaml = "0.8"
|
||||
tempfile = "3"
|
||||
url = "2.0"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
webdriver = { path = "../webdriver", version="0.46.0" }
|
||||
webdriver = { path = "../webdriver", version="0.47.0" }
|
||||
zip = { version = "0.6", default-features = false, features = ["deflate"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "webdriver"
|
||||
version = "0.46.0"
|
||||
version = "0.47.0"
|
||||
authors = ["Mozilla"]
|
||||
description = "Library implementing the wire protocol for the W3C WebDriver specification."
|
||||
keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
|
||||
|
Loading…
Reference in New Issue
Block a user