From 2c98efe31e21a8f81637d56c82adb41317c14d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:00:16 +0000 Subject: [PATCH] chore(deps): update rust crate salsa to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95f8481..b7d5c2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ insta = "1.42.1" prettyplease = "0.2.29" syn = { version = "2.0.104", features = ["proc-macro", "full"] } derive_more = { version = "2.0.1", features = ["debug", "display"] } -salsa = {version = "0.19.0"} +salsa = {version = "0.27.0"} subenum = {git = "https://github.com/mrenow/subenum", rev = "d623bc4c0e2a8ab9bc24f255e933411f0c4c9c72"} indicatif-log-bridge = "0.2.3" indicatif = { version = "0.18.0", features = ["rayon"] }