From 680abd15cb2ad23807be7584c7d6f69912c32fd8 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 10 Mar 2025 03:03:56 +0000 Subject: [PATCH] Update Rust crate shaderc to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c93c7ab..32f3e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rayon = "1.10.0" chrono = { version = "0.4.35", features = ["serde"] } anyhow = { version = "1.0.86", features = ["backtrace"] } indexmap = { version = "2.2.6", features = ["rayon"] } -shaderc = { version = "0.8.3", features = ["build-from-source"] } +shaderc = { version = "0.9.0", features = ["build-from-source"] } rusqlite = { version = "0.33.0", features = ["bundled"] } cgmath = "0.18.0" http = "1.1.0" -- 2.47.1