From 49e1832763c6d42d7ee511a7ff5350ed8fae77dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:15:50 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fd2b3cf1aa..88d8d828537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index bbb6309514d..1adf95660b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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!