Update salsa (#19449)

## Summary

Pulls in a bunch of salsa micro-optimizations.
This commit is contained in:
Ibraheem Ahmed
2025-07-30 15:31:46 -04:00
committed by GitHub
parent 8f8c39c435
commit f6b7418def
3 changed files with 160 additions and 170 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", rev = "dba66f1a37acca014c2402f231ed5b361bd7d8fe" }
salsa = { git = "https://github.com/salsa-rs/salsa", rev = "f3dc2f30f9a250618161e35600a00de7fe744953" }
similar = { version = "2.5.0" }
tracing = { version = "0.1.40" }