From 8a47f8db3f4fa92e9b9ee863c3ef7084443cdc70 Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 6 Sep 2016 15:59:55 +0100 Subject: [PATCH] webdriver: Update version number to 0.14.0 Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 5cb152ecafb011a32c108c6f48cee05fd780d1ad --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : b3b48f067e6e2af23ac92d9614f37f29128b8b42 --- testing/webdriver/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/webdriver/Cargo.toml b/testing/webdriver/Cargo.toml index a4913a1a452b..ca246df6f41d 100644 --- a/testing/webdriver/Cargo.toml +++ b/testing/webdriver/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "webdriver" -version = "0.13.0" +version = "0.14.0" authors = ["Mozilla Tools and Automation "] description = "Library implementing the wire protocol for the W3C WebDriver specification." repository = "https://github.com/jgraham/webdriver-rust" license = "MPL-2.0" [dependencies] -log = "0.3.5" -regex = "0.1.47" -rustc-serialize = "0.3.16" +log = "0.3" +regex = "0.1" +rustc-serialize = "0.3" hyper = {version = "0.9", default-features = false} -cookie = {version = "0.2.4", default-features = false} +cookie = {version = "0.2", default-features = false} time = "0.1"