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