mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-18 18:45:23 +00:00
Upgrade libraries
This commit is contained in:
parent
bedb508667
commit
b53f647e57
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -8,15 +8,15 @@ license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
indexmap = "1.7.0"
|
indexmap = "1.8.1"
|
||||||
itertools = "0.10.0"
|
itertools = "0.10.3"
|
||||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||||
rustpython-ast = { path = "../ast", features = ["unparse"] }
|
rustpython-ast = { path = "../ast", features = ["unparse"] }
|
||||||
num-complex = { version = "0.4.0", features = ["serde"] }
|
num-complex = { version = "0.4.0", features = ["serde"] }
|
||||||
num-traits = "0.2"
|
num-traits = "0.2.14"
|
||||||
log = "0.4"
|
log = "0.4.16"
|
||||||
ahash = "0.7.2"
|
ahash = "0.7.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rustpython-parser = { path = "../parser" }
|
rustpython-parser = { path = "../parser" }
|
||||||
insta = "1.7.0"
|
insta = "1.14.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue