diff options
author | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-04-18 14:10:51 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-04-18 14:10:51 +0200 |
commit | 505e2574128581ced357fa4411729031d8ac0a3e (patch) | |
tree | 7866bb8f85158dc8b1f0175b8ce694bc44287108 | |
parent | 8819dab4e3e13414c99844c81bfa2d7cf2bee687 (diff) | |
download | servo-505e2574128581ced357fa4411729031d8ac0a3e.tar.gz servo-505e2574128581ced357fa4411729031d8ac0a3e.zip |
servo: Bump glutin
Fixes #10475
-rw-r--r-- | components/servo/Cargo.lock | 6 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 6 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index a1d24d9fa7d..2d5d9d40d8d 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ "net_traits 0.0.1", "script_traits 0.0.1", "servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "url 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", @@ -1871,7 +1871,7 @@ dependencies = [ [[package]] name = "servo-glutin" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1912,7 +1912,7 @@ dependencies = [ "servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index bb79ac55367..9bd4074f549 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -705,7 +705,7 @@ dependencies = [ "net_traits 0.0.1", "script_traits 0.0.1", "servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "url 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "servo-glutin" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1815,7 +1815,7 @@ dependencies = [ "servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index dd7920ea0bf..a0b5242e9cd 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "servo-glutin" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1795,7 +1795,7 @@ dependencies = [ "servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] |