diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-04 21:24:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 19:24:29 +0000 |
commit | 67a36dd9b1f99f98e395d9b18bf8943536fb8bcd (patch) | |
tree | ea3fcd644a454972ca35bc3ed614b0071cd4f32f | |
parent | 330f59a71173936e3a3ed7bf533a3b96e2c74354 (diff) | |
download | servo-67a36dd9b1f99f98e395d9b18bf8943536fb8bcd.tar.gz servo-67a36dd9b1f99f98e395d9b18bf8943536fb8bcd.zip |
build(deps): bump wgpu-hal from 0.17.1 to 0.17.2 (#30498)
Bumps [wgpu-hal](https://github.com/gfx-rs/wgpu) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/wgpu/compare/v0.17.1...v0.17.2)
---
updated-dependencies:
- dependency-name: wgpu-hal
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 417992bdc68..6cadbfffac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6944,9 +6944,9 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0df4fc240da3c460a52cf0ff8f1b71fd6544a6b49f74ff2330238fcb0fd99512" +checksum = "9a80bf0e3c77399bb52850cb0830af9bad073d5cfcb9dd8253bef8125c42db17" dependencies = [ "android_system_properties", "arrayvec", |