diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index c3c0fa88eb6..0a9098c742f 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -97,8 +97,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "azure" -version = "0.4.1" -source = "git+https://github.com/servo/rust-azure#d318e2d88bf7ca8cfa9c87e6d9fef65d96a4e16a" +version = "0.4.3" +source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a021c01e0981d" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -156,7 +156,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "canvas" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "canvas_traits 0.0.1", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", @@ -175,7 +175,7 @@ dependencies = [ name = "canvas_traits" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", @@ -272,7 +272,7 @@ name = "compositing" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "canvas 0.0.1", "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", @@ -658,7 +658,7 @@ name = "gfx" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -713,7 +713,7 @@ dependencies = [ name = "gfx_traits" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -995,7 +995,7 @@ name = "layers" version = "0.2.2" source = "git+https://github.com/servo/rust-layers#dd28dbee88fa18cfe416403d59e9c74c7299d7ab" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1017,7 +1017,7 @@ name = "layout" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", "canvas_traits 0.0.1", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index dc8d7c5afc8..7405b44d44c 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -2,7 +2,7 @@ name = "embedding" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "cocoa 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "compositing 0.0.1", @@ -82,8 +82,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "azure" -version = "0.4.1" -source = "git+https://github.com/servo/rust-azure#d318e2d88bf7ca8cfa9c87e6d9fef65d96a4e16a" +version = "0.4.3" +source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a021c01e0981d" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -141,7 +141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "canvas" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "canvas_traits 0.0.1", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", @@ -160,7 +160,7 @@ dependencies = [ name = "canvas_traits" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", @@ -242,7 +242,7 @@ name = "compositing" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "canvas 0.0.1", "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", @@ -595,7 +595,7 @@ name = "gfx" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -641,7 +641,7 @@ dependencies = [ name = "gfx_traits" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -923,7 +923,7 @@ name = "layers" version = "0.2.2" source = "git+https://github.com/servo/rust-layers#dd28dbee88fa18cfe416403d59e9c74c7299d7ab" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -945,7 +945,7 @@ name = "layout" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", "canvas_traits 0.0.1", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 2dc430dbd6c..025ed649142 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -75,8 +75,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "azure" -version = "0.4.1" -source = "git+https://github.com/servo/rust-azure#d318e2d88bf7ca8cfa9c87e6d9fef65d96a4e16a" +version = "0.4.3" +source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a021c01e0981d" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -134,7 +134,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "canvas" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "canvas_traits 0.0.1", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", @@ -153,7 +153,7 @@ dependencies = [ name = "canvas_traits" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", @@ -235,7 +235,7 @@ name = "compositing" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "canvas 0.0.1", "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", @@ -598,7 +598,7 @@ name = "gfx" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -644,7 +644,7 @@ dependencies = [ name = "gfx_traits" version = "0.0.1" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -905,7 +905,7 @@ name = "layers" version = "0.2.2" source = "git+https://github.com/servo/rust-layers#dd28dbee88fa18cfe416403d59e9c74c7299d7ab" dependencies = [ - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -927,7 +927,7 @@ name = "layout" version = "0.0.1" dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "azure 0.4.1 (git+https://github.com/servo/rust-azure)", + "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", "canvas_traits 0.0.1",