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!