@@ -51,11 +51,11 @@ wsl = { version = "0.1.0" }
51
51
# v1.0.1
52
52
libcst = { git = " https://github.com/Instagram/LibCST.git" , rev = " 3cacca1a1029f05707e50703b49fe3dd860aa839" , default-features = false }
53
53
54
- ruff_text_size = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 4d03b9b5b212fc869e4cfda151414438186a7779 " }
55
- rustpython-ast = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 4d03b9b5b212fc869e4cfda151414438186a7779 " , default-features = false , features = [" num-bigint" ]}
56
- rustpython-format = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 4d03b9b5b212fc869e4cfda151414438186a7779 " , default-features = false , features = [" num-bigint" ] }
57
- rustpython-literal = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 4d03b9b5b212fc869e4cfda151414438186a7779 " , default-features = false }
58
- rustpython-parser = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 4d03b9b5b212fc869e4cfda151414438186a7779 " , default-features = false , features = [" full-lexer" , " num-bigint" ] }
54
+ ruff_text_size = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 5ef4ccd6322a8b7c5e8ead0ae3c89426d7be7d72 " }
55
+ rustpython-ast = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 5ef4ccd6322a8b7c5e8ead0ae3c89426d7be7d72 " , default-features = false , features = [" num-bigint" ]}
56
+ rustpython-format = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 5ef4ccd6322a8b7c5e8ead0ae3c89426d7be7d72 " , default-features = false , features = [" num-bigint" ] }
57
+ rustpython-literal = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 5ef4ccd6322a8b7c5e8ead0ae3c89426d7be7d72 " , default-features = false }
58
+ rustpython-parser = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " 5ef4ccd6322a8b7c5e8ead0ae3c89426d7be7d72 " , default-features = false , features = [" full-lexer" , " num-bigint" ] }
59
59
60
60
[profile .release ]
61
61
lto = " fat"
0 commit comments