update to salsa that doesn't panic silently on cycles (#18450)

This commit is contained in:
Carl Meyer
2025-06-03 22:40:16 -07:00
committed by GitHub
parent 453e5f5934
commit 9e8a7e9353
3 changed files with 5 additions and 6 deletions

View File

@@ -30,7 +30,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 = "2b5188778e91a5ab50cb7d827148caf7eb2f4630" }
salsa = { git = "https://github.com/carljm/salsa.git", rev = "0f6d406f6c309964279baef71588746b8c67b4a3" }
similar = { version = "2.5.0" }
tracing = { version = "0.1.40" }