From f24bebb84e61c08353ae2bf50635e0472ae2709f Mon Sep 17 00:00:00 2001 From: Avi Weinstock Date: Fri, 9 Oct 2015 21:05:03 -0400 Subject: [PATCH] Update clipboard to a version with chdir("/") removed. Relevant links: http://logs.glob.uno/?c=mozilla%23servo&s=9+Oct+2015&e=10+Oct+2015#c279844 https://github.com/aweinstock314/rust-clipboard/commit/ef4cf77c9c736e0951df797ff4e1a7c945ce2e34 --- components/servo/Cargo.lock | 2 +- ports/cef/Cargo.lock | 2 +- ports/gonk/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 0c29175b7de..fa848e7f8a1 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "clipboard" version = "0.0.3" -source = "git+https://github.com/aweinstock314/rust-clipboard#ca32bcf47b5e5fcc18e010b077dbf3b541aa6b52" +source = "git+https://github.com/aweinstock314/rust-clipboard#ef4cf77c9c736e0951df797ff4e1a7c945ce2e34" dependencies = [ "clipboard-win 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index fb822dbb449..971bb9495aa 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "clipboard" version = "0.0.3" -source = "git+https://github.com/aweinstock314/rust-clipboard#ca32bcf47b5e5fcc18e010b077dbf3b541aa6b52" +source = "git+https://github.com/aweinstock314/rust-clipboard#ef4cf77c9c736e0951df797ff4e1a7c945ce2e34" dependencies = [ "clipboard-win 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index ca305ba9cae..941d16efebe 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "clipboard" version = "0.0.3" -source = "git+https://github.com/aweinstock314/rust-clipboard#ca32bcf47b5e5fcc18e010b077dbf3b541aa6b52" +source = "git+https://github.com/aweinstock314/rust-clipboard#ef4cf77c9c736e0951df797ff4e1a7c945ce2e34" dependencies = [ "clipboard-win 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",