diff options
-rw-r--r-- | components/servo/Cargo.lock | 6 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 4 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 2c54684f786..d5954673060 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]] @@ -1658,7 +1658,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 0d3d90f2d42..f18bee5b5a5 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]] @@ -1610,7 +1610,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 38fd75dff54..269fd5364b4 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]] @@ -1584,7 +1584,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)", |