aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-24 06:34:43 +0000
committerJosh Matthews <josh@joshmatthews.net>2020-11-24 11:16:16 -0500
commit4b033403e3277c45beef7f37104b8737a420992d (patch)
treeee6bf7c560e27a173fd73984c38eab7f86ed036f
parentec09417358e43128e99637c42ef63073842ea00f (diff)
downloadservo-4b033403e3277c45beef7f37104b8737a420992d.tar.gz
servo-4b033403e3277c45beef7f37104b8737a420992d.zip
Bump gfx-backend-dx11 from 0.6.0 to 0.6.15
Bumps [gfx-backend-dx11](https://github.com/gfx-rs/gfx) from 0.6.0 to 0.6.15. - [Release notes](https://github.com/gfx-rs/gfx/releases) - [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/gfx/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock45
1 files changed, 35 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4dabafd9559..002f8c46ee3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -309,6 +309,21 @@ dependencies = [
]
[[package]]
+name = "bit-set"
+version = "0.5.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
+dependencies = [
+ "bit-vec",
+]
+
+[[package]]
+name = "bit-vec"
+version = "0.6.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3"
+
+[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1937,9 +1952,9 @@ dependencies = [
[[package]]
name = "gfx-auxil"
-version = "0.5.0"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6311ee3cc7a3b4c8ae94c4513cd2cbe888ec37990cf0ffa672bd275391b12eb1"
+checksum = "07cd956b592970f08545b9325b87580eb95a51843b6f39da27b8667fec1a1216"
dependencies = [
"fxhash",
"gfx-hal",
@@ -1948,10 +1963,11 @@ dependencies = [
[[package]]
name = "gfx-backend-dx11"
-version = "0.6.0"
+version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de0a460b6458f3857af43064c687b1a010fe1f1b2e8c68fcd1d5db7206fa0809"
+checksum = "52b0c3b8b2e0a60c1380a7c27652cd86b791e5d8312fb9592a7a59bd437e9532"
dependencies = [
+ "arrayvec 0.5.1",
"bitflags",
"gfx-auxil",
"gfx-hal",
@@ -1962,16 +1978,19 @@ dependencies = [
"raw-window-handle",
"smallvec 1.4.2",
"spirv_cross",
+ "thunderdome",
"winapi",
"wio",
]
[[package]]
name = "gfx-backend-dx12"
-version = "0.6.2"
+version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c392af02ae88bc127abf94e1b88c817b7274d8d977aae986d5f2829392a30b0b"
+checksum = "375014deed24d76b03604736dd899f0925158a1a96db90cbefb9cce070f71af7"
dependencies = [
+ "arrayvec 0.5.1",
+ "bit-set",
"bitflags",
"d3d12",
"gfx-auxil",
@@ -1997,9 +2016,9 @@ dependencies = [
[[package]]
name = "gfx-backend-metal"
-version = "0.6.0"
+version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "42518c5b571be5ba337a89cfba5abfaf2d90b83fc4db96357f64f2ea05f20f81"
+checksum = "60ba1c77c112e7d35786dbd49ed26f2a76ce53a44bc09fe964935e4e35ed7f2b"
dependencies = [
"arrayvec 0.5.1",
"bitflags",
@@ -5758,9 +5777,9 @@ checksum = "b72d540d5c565dbe1f891d7e21ceb21d2649508306782f1066989fccb0b363d3"
[[package]]
name = "spirv_cross"
-version = "0.20.0"
+version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a33a9478e9c78782dd694d05dee074703a9c4c74b511de742b88a7e8149f1b37"
+checksum = "ea964c42ce40326fe96111918abe71fa45076da1ea85769f3f1ab1cda9a1d496"
dependencies = [
"cc",
"js-sys",
@@ -6155,6 +6174,12 @@ dependencies = [
]
[[package]]
+name = "thunderdome"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7572415bd688d401c52f6e36f4c8e805b9ae1622619303b9fa835d531db0acae"
+
+[[package]]
name = "tiff"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"