From a6eb04fe86fb82db51a92884f4487c6340fbced6 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Wed, 23 Nov 2016 10:57:19 +0000 Subject: [PATCH] geckodriver: cargo: update lockfile Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: 9ccd512ed6dbcea4ada29ecfb35c9c68d987b9c0 --HG-- extra : rebase_source : 07847ab437b4649dae1d2c667c8e0d657119eff8 --- testing/geckodriver/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/geckodriver/Cargo.lock b/testing/geckodriver/Cargo.lock index 666dfdc7c4ae..a766e24b2739 100644 --- a/testing/geckodriver/Cargo.lock +++ b/testing/geckodriver/Cargo.lock @@ -17,7 +17,7 @@ dependencies = [ "slog-stdlog 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "slog-stream 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", - "webdriver 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "webdriver 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "zip 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -551,7 +551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "webdriver" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -664,7 +664,7 @@ dependencies = [ "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" "checksum uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f" "checksum vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cac5efe5cb0fa14ec2f84f83c701c562ee63f6dcc680861b21d65c682adfb05f" -"checksum webdriver 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d43d9121a4d0313abca5fb621f094791300176cac493ce74ad2cc188bddac29" +"checksum webdriver 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9d2fa31de00818ef78349d33f92c5c097e5a1b359d49401bd7c9dc51d392e16" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" "checksum winreg 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e63857fb213f619b4c4fff86b158285c76766aac7e7474967e92fb6dbbfeefe9"