diff --git a/Cargo.lock b/Cargo.lock index 73d6f8e6ca..b87954f4e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3438,7 +3438,7 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "salsa" version = "0.19.0" -source = "git+https://github.com/salsa-rs/salsa.git?rev=395b29d08ad1de0f4f3ac057057219f40e2f6388#395b29d08ad1de0f4f3ac057057219f40e2f6388" +source = "git+https://github.com/salsa-rs/salsa.git?rev=296a8c78da1b54c76ff5795eb4c1e3fe2467e9fc#296a8c78da1b54c76ff5795eb4c1e3fe2467e9fc" dependencies = [ "boxcar", "compact_str 0.8.1", @@ -3461,12 +3461,12 @@ dependencies = [ [[package]] name = "salsa-macro-rules" version = "0.19.0" -source = "git+https://github.com/salsa-rs/salsa.git?rev=395b29d08ad1de0f4f3ac057057219f40e2f6388#395b29d08ad1de0f4f3ac057057219f40e2f6388" +source = "git+https://github.com/salsa-rs/salsa.git?rev=296a8c78da1b54c76ff5795eb4c1e3fe2467e9fc#296a8c78da1b54c76ff5795eb4c1e3fe2467e9fc" [[package]] name = "salsa-macros" version = "0.19.0" -source = "git+https://github.com/salsa-rs/salsa.git?rev=395b29d08ad1de0f4f3ac057057219f40e2f6388#395b29d08ad1de0f4f3ac057057219f40e2f6388" +source = "git+https://github.com/salsa-rs/salsa.git?rev=296a8c78da1b54c76ff5795eb4c1e3fe2467e9fc#296a8c78da1b54c76ff5795eb4c1e3fe2467e9fc" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 9b356fc885..01fb197339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ rayon = { version = "1.10.0" } regex = { version = "1.10.2" } rustc-hash = { version = "2.0.0" } # When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml` -salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "395b29d08ad1de0f4f3ac057057219f40e2f6388"} +salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "296a8c78da1b54c76ff5795eb4c1e3fe2467e9fc"} schemars = { version = "0.8.16" } seahash = { version = "4.1.0" } serde = { version = "1.0.197", features = ["derive"] } diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 8607265968..0b875745ab 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -29,7 +29,7 @@ ruff_python_formatter = { path = "../crates/ruff_python_formatter" } ruff_text_size = { path = "../crates/ruff_text_size" } libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false } -salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "395b29d08ad1de0f4f3ac057057219f40e2f6388"} +salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "296a8c78da1b54c76ff5795eb4c1e3fe2467e9fc"} similar = { version = "2.5.0" } tracing = { version = "0.1.40" }