build(deps): bump sparkle from 0.1.25 to 0.1.26 (#30388)

Bumps [sparkle](https://github.com/servo/sparkle) from 0.1.25 to 0.1.26.
- [Commits](https://github.com/servo/sparkle/compare/v0.1.25...v0.1.26)

---
updated-dependencies:
- dependency-name: sparkle
  dependency-type: direct:production
  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-19 17:15:50 +00:00 committed by GitHub
parent 8b30d1a4b2
commit 49e1832763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -5672,11 +5672,11 @@ dependencies = [
[[package]]
name = "sparkle"
version = "0.1.25"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7184285ed8ddbf106cda8fef17f584207fc64a03125e3694c324b19b708825fa"
checksum = "74fc6c6346da9177de9894230716709c223c62adbf910a5c1e6096b2ee2e58e0"
dependencies = [
"gl_generator 0.13.1",
"gl_generator 0.14.0",
]
[[package]]

View file

@ -70,7 +70,7 @@ serde_bytes = "0.11"
serde_json = "1.0"
smallbitvec = "2.3.0"
smallvec = "1.11"
sparkle = "0.1.25"
sparkle = "0.1.26"
string_cache = "0.8"
string_cache_codegen = "0.5"
# NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms!