mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 13:54:55 +00:00
Upgrade dependencies
This commit is contained in:
parent
e494175cd2
commit
9941eef853
1 changed files with 4 additions and 4 deletions
|
@ -9,14 +9,14 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
itertools = "0.9"
|
itertools = "0.10.0"
|
||||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||||
rustpython-ast = { path = "../ast" }
|
rustpython-ast = { path = "../ast" }
|
||||||
num-complex = { version = "0.3", features = ["serde"] }
|
num-complex = { version = "0.4.0", features = ["serde"] }
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
ahash = "0.6"
|
ahash = "0.7.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rustpython-parser = { path = "../parser" }
|
rustpython-parser = { path = "../parser" }
|
||||||
insta = "1.5"
|
insta = "1.7.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue