From 545c5342d1ba04aedcb857d27cce357ceac54fcd Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Fri, 20 Mar 2026 15:44:23 +0100 Subject: [PATCH] [ty] Update Salsa --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- fuzz/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ef47563663787..c8c5c52c274285 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3719,8 +3719,8 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "salsa" -version = "0.26.0" -source = "git+https://github.com/salsa-rs/salsa.git?rev=53421c2fff87426fa0bb51cab06632b87646de13#53421c2fff87426fa0bb51cab06632b87646de13" +version = "0.26.1" +source = "git+https://github.com/salsa-rs/salsa.git?rev=2f687a17ceea8ec7aaa605561ccbde938ccef086#2f687a17ceea8ec7aaa605561ccbde938ccef086" dependencies = [ "boxcar", "compact_str", @@ -3744,13 +3744,13 @@ dependencies = [ [[package]] name = "salsa-macro-rules" -version = "0.26.0" -source = "git+https://github.com/salsa-rs/salsa.git?rev=53421c2fff87426fa0bb51cab06632b87646de13#53421c2fff87426fa0bb51cab06632b87646de13" +version = "0.26.1" +source = "git+https://github.com/salsa-rs/salsa.git?rev=2f687a17ceea8ec7aaa605561ccbde938ccef086#2f687a17ceea8ec7aaa605561ccbde938ccef086" [[package]] name = "salsa-macros" -version = "0.26.0" -source = "git+https://github.com/salsa-rs/salsa.git?rev=53421c2fff87426fa0bb51cab06632b87646de13#53421c2fff87426fa0bb51cab06632b87646de13" +version = "0.26.1" +source = "git+https://github.com/salsa-rs/salsa.git?rev=2f687a17ceea8ec7aaa605561ccbde938ccef086#2f687a17ceea8ec7aaa605561ccbde938ccef086" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 45049c553f3a5c..30fc3abf023996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ regex-syntax = { version = "0.8.8" } rustc-hash = { version = "2.0.0" } rustc-stable-hash = { version = "0.1.2" } # When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml` -salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "53421c2fff87426fa0bb51cab06632b87646de13", default-features = false, features = [ +salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "2f687a17ceea8ec7aaa605561ccbde938ccef086", default-features = false, features = [ "compact_str", "macros", "salsa_unstable", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 64b77a1272cfb4..34d33b5921d5fe 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -31,7 +31,7 @@ ty_python_semantic = { path = "../crates/ty_python_semantic" } ty_vendored = { path = "../crates/ty_vendored" } libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false } -salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "53421c2fff87426fa0bb51cab06632b87646de13", default-features = false, features = [ +salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "2f687a17ceea8ec7aaa605561ccbde938ccef086", default-features = false, features = [ "compact_str", "macros", "salsa_unstable",