@@ -23,6 +23,7 @@ ruff_graph = { path = "crates/ruff_graph" }
23
23
ruff_index = { path = " crates/ruff_index" }
24
24
ruff_linter = { path = " crates/ruff_linter" }
25
25
ruff_macros = { path = " crates/ruff_macros" }
26
+ ruff_memory_usage = { path = " crates/ruff_memory_usage" }
26
27
ruff_notebook = { path = " crates/ruff_notebook" }
27
28
ruff_options_metadata = { path = " crates/ruff_options_metadata" }
28
29
ruff_python_ast = { path = " crates/ruff_python_ast" }
@@ -84,7 +85,7 @@ etcetera = { version = "0.10.0" }
84
85
fern = { version = " 0.7.0" }
85
86
filetime = { version = " 0.2.23" }
86
87
getrandom = { version = " 0.3.1" }
87
- get-size2 = { version = " 0.6.0 " , features = [
88
+ get-size2 = { version = " 0.6.2 " , features = [
88
89
" derive" ,
89
90
" smallvec" ,
90
91
" hashbrown" ,
@@ -142,7 +143,7 @@ regex-automata = { version = "0.4.9" }
142
143
rustc-hash = { version = " 2.0.0" }
143
144
rustc-stable-hash = { version = " 0.1.2" }
144
145
# When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml`
145
- salsa = { git = " https://github.com/salsa-rs/salsa.git" , rev = " d66fe331d546216132ace503512b94d5c68d2c50 " , default-features = false , features = [
146
+ salsa = { git = " https://github.com/salsa-rs/salsa.git" , rev = " b121ee46c4483ba74c19e933a3522bd548eb7343 " , default-features = false , features = [
146
147
" compact_str" ,
147
148
" macros" ,
148
149
" salsa_unstable" ,
0 commit comments