@@ -29,11 +29,11 @@ rustpython-pylib = { path = "pylib", version = "0.3.0" }
29
29
rustpython-stdlib = { path = " stdlib" , default-features = false , version = " 0.3.0" }
30
30
rustpython-doc = { git = " https://github.com/RustPython/__doc__" , tag = " 0.3.0
8000
" , version = " 0.3.0" }
31
31
32
- rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , rev = " 13cae0af64d0a23de95f08c0210e97ad74d155e9 " }
33
- rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , rev = " 13cae0af64d0a23de95f08c0210e97ad74d155e9 " }
34
- rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , rev = " 13cae0af64d0a23de95f08c0210e97ad74d155e9 " }
35
- rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , rev = " 13cae0af64d0a23de95f08c0210e97ad74d155e9 " }
36
- rustpython-format = { git = " https://github.com/RustPython/Parser.git" , rev = " 13cae0af64d0a23de95f08c0210e97ad74d155e9 " }
32
+ rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
33
+ rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
34
+ rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
35
+ rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
36
+ rustpython-format = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
37
37
# rustpython-literal = { path = "../RustPython-parser/literal" }
38
38
# rustpython-parser-core = { path = "../RustPython-parser/core" }
39
39
# rustpython-parser = { path = "../RustPython-parser/parser" }
@@ -59,9 +59,9 @@ is-macro = "0.3.0"
59
59
libc = " 0.2.133"
60
60
log = " 0.4.16"
61
61
nix = " 0.26"
62
- malachite-bigint = { version = " 0.1.0 " }
63
- malachite-q = " 0.3.2 "
64
- malachite-base = " 0.3.2 "
62
+ malachite-bigint = " 0.1.1 "
63
+ malachite-q = " 0.4.4 "
64
+ malachite-base = " 0.4.4 "
65
65
num-complex = " 0.4.0"
66
66
num-integer = " 0.1.44"
67
67
num-traits = " 0.2"
0 commit comments