build(deps): bump gpu-descriptor-types from 0.1.1 to 0.1.2 (#30424)

Bumps [gpu-descriptor-types](https://github.com/zakarumych/gpu-descriptor) from 0.1.1 to 0.1.2.
- [Changelog](https://github.com/zakarumych/gpu-descriptor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zakarumych/gpu-descriptor/commits)

---
updated-dependencies:
- dependency-name: gpu-descriptor-types
  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>
This commit is contained in:
dependabot[bot] 2023-09-25 17:20:19 +00:00 committed by GitHub
parent 38c91b836a
commit 3d81252c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -2237,11 +2237,11 @@ dependencies = [
[[package]]
name = "gpu-descriptor-types"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
dependencies = [
"bitflags 1.3.2",
"bitflags 2.4.0",
]
[[package]]