diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-12-07 20:25:08 -0500 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-12-09 17:05:26 -0500 |
commit | 389d5b4eed7fa44e054fdb8ad24c2d3d7205524f (patch) | |
tree | b687e387fbf3b2c70591438af2d09c7e44cf9e37 | |
parent | 0316f0bb2b072ecb05da29a55fce1240bdffb059 (diff) | |
download | servo-389d5b4eed7fa44e054fdb8ad24c2d3d7205524f.tar.gz servo-389d5b4eed7fa44e054fdb8ad24c2d3d7205524f.zip |
Upgrade dependency: gaol
https://github.com/pcwalton/gaol/compare/71865ff8...e1349d8d
-rw-r--r-- | components/servo/Cargo.lock | 2 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 2 | ||||
-rw-r--r-- | 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 8d887af8f6b..7188145cfa2 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -572,7 +572,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#71865ff8a1824cbc1cbee4d388d56c5ba1b5ffc2" +source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index ecd398139c6..c51f4aef69c 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -539,7 +539,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#71865ff8a1824cbc1cbee4d388d56c5ba1b5ffc2" +source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 916ec9b708a..fece50de192 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#71865ff8a1824cbc1cbee4d388d56c5ba1b5ffc2" +source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |