@@ -23,6 +23,7 @@ ruff_graph = { path = "crates/ruff_graph" }
2323ruff_index = { path = " crates/ruff_index" }
2424ruff_linter = { path = " crates/ruff_linter" }
2525ruff_macros = { path = " crates/ruff_macros" }
26+ ruff_memory_usage = { path = " crates/ruff_memory_usage" }
2627ruff_notebook = { path = " crates/ruff_notebook" }
2728ruff_options_metadata = { path = " crates/ruff_options_metadata" }
2829ruff_python_ast = { path = " crates/ruff_python_ast" }
@@ -84,7 +85,7 @@ etcetera = { version = "0.10.0" }
8485fern = { version = " 0.7.0" }
8586filetime = { version = " 0.2.23" }
8687getrandom = { version = " 0.3.1" }
87- get-size2 = { version = " 0.6.0 " , features = [
88+ get-size2 = { version = " 0.6.2 " , features = [
8889 " derive" ,
8990 " smallvec" ,
9091 " hashbrown" ,
@@ -142,7 +143,7 @@ regex-automata = { version = "0.4.9" }
142143rustc-hash = { version = " 2.0.0" }
143144rustc-stable-hash = { version = " 0.1.2" }
144145# 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 = [
146147 " compact_str" ,
147148 " macros" ,
148149 " salsa_unstable" ,
0 commit comments