diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-02 08:17:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 08:17:00 +0000 |
commit | 41ce3a70ed762cf5d1a459de407865f6d7c2884c (patch) | |
tree | 364db588884f03aa6dad136ecf5794bd4b5e460c | |
parent | c4ea4b1d7789f6c9130496a7819fed75967ea5cd (diff) | |
download | servo-41ce3a70ed762cf5d1a459de407865f6d7c2884c.tar.gz servo-41ce3a70ed762cf5d1a459de407865f6d7c2884c.zip |
Bump gfx-backend-dx12 from 0.5.3 to 0.5.4
Bumps [gfx-backend-dx12](https://github.com/gfx-rs/gfx) from 0.5.3 to 0.5.4.
- [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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 217efc13e9f..b378e98f253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1834,9 +1834,9 @@ dependencies = [ [[package]] name = "gfx-backend-dx12" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37365e2927d55cefac0d3f78dfd1d3119fbb13a8bd7afe2409d729961fee22fc" +checksum = "69af46bd4fc5479cc7d90bf77ccee0da5dd88d4d27b87986a582f9eec97d02d4" dependencies = [ "bitflags", "d3d12", |