mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 05:44:52 +00:00
upgrade low-risk deps
This commit is contained in:
parent
1dd57971a9
commit
ed01cd63ee
1 changed files with 2 additions and 2 deletions
|
@ -13,5 +13,5 @@ itertools = "0.8.0"
|
||||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||||
rustpython-parser = { path = "../parser", version = "0.1.1" }
|
rustpython-parser = { path = "../parser", version = "0.1.1" }
|
||||||
num-complex = { version = "0.2", features = ["serde"] }
|
num-complex = { version = "0.2", features = ["serde"] }
|
||||||
log = "0.3"
|
log = "0.4"
|
||||||
arrayvec = "0.4"
|
arrayvec = "0.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue