Update salsa (#19827)

This commit is contained in:
Micha Reiser
2025-08-08 17:51:51 +02:00
committed by GitHub
parent 8199154d54
commit 6b0eadfb4d
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -3450,7 +3450,7 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "salsa"
version = "0.23.0"
source = "git+https://github.com/salsa-rs/salsa.git?rev=b121ee46c4483ba74c19e933a3522bd548eb7343#b121ee46c4483ba74c19e933a3522bd548eb7343"
source = "git+https://github.com/salsa-rs/salsa.git?rev=940f9c09a7d0a0903bc7edc4a3f1977382980f0b#940f9c09a7d0a0903bc7edc4a3f1977382980f0b"
dependencies = [
"boxcar",
"compact_str",
@@ -3474,12 +3474,12 @@ dependencies = [
[[package]]
name = "salsa-macro-rules"
version = "0.23.0"
source = "git+https://github.com/salsa-rs/salsa.git?rev=b121ee46c4483ba74c19e933a3522bd548eb7343#b121ee46c4483ba74c19e933a3522bd548eb7343"
source = "git+https://github.com/salsa-rs/salsa.git?rev=940f9c09a7d0a0903bc7edc4a3f1977382980f0b#940f9c09a7d0a0903bc7edc4a3f1977382980f0b"
[[package]]
name = "salsa-macros"
version = "0.23.0"
source = "git+https://github.com/salsa-rs/salsa.git?rev=b121ee46c4483ba74c19e933a3522bd548eb7343#b121ee46c4483ba74c19e933a3522bd548eb7343"
source = "git+https://github.com/salsa-rs/salsa.git?rev=940f9c09a7d0a0903bc7edc4a3f1977382980f0b#940f9c09a7d0a0903bc7edc4a3f1977382980f0b"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -143,7 +143,7 @@ regex-automata = { version = "0.4.9" }
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 = "b121ee46c4483ba74c19e933a3522bd548eb7343", default-features = false, features = [
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "940f9c09a7d0a0903bc7edc4a3f1977382980f0b", default-features = false, features = [
"compact_str",
"macros",
"salsa_unstable",

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 = "b121ee46c4483ba74c19e933a3522bd548eb7343", default-features = false, features = [
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "940f9c09a7d0a0903bc7edc4a3f1977382980f0b", default-features = false, features = [
"compact_str",
"macros",
"salsa_unstable",