build(deps): bump glslopt from 0.1.10 to 0.1.11 (#33268)

Bumps [glslopt](https://github.com/jamienicol/glslopt-rs) from 0.1.10 to 0.1.11.
- [Commits](https://github.com/jamienicol/glslopt-rs/commits)

---
updated-dependencies:
- dependency-name: glslopt
  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] 2024-09-01 17:28:08 +00:00 committed by GitHub
parent 06778e3643
commit 12a782dc20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -2336,9 +2336,9 @@ dependencies = [
[[package]]
name = "glslopt"
version = "0.1.10"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee5be629003d587bab188f3e2e3b010aa2cde7c41ec967b3a244f388d4d81877"
checksum = "913662ae8335df058d56e00f11340b20fa82e03e0276587797ef325ab01e50d4"
dependencies = [
"cc",
]