diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 879f89c516e..79ca843f1db 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -2,7 +2,7 @@ name = "servo" version = "0.0.1" dependencies = [ - "android_glue 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", "canvas_traits 0.0.1", @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "android_glue" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1660,7 +1660,7 @@ name = "servo-glutin" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "android_glue 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cgl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "cocoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index ba83e19242c..21331e2b8d3 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "android_glue" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1612,7 +1612,7 @@ name = "servo-glutin" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "android_glue 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cgl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "cocoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 04fd8308449..c8fa85c7054 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "android_glue" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1586,7 +1586,7 @@ name = "servo-glutin" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "android_glue 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cgl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "cocoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",