upgrade low-risk deps

This commit is contained in:
Chris West (Faux) 2019-10-10 21:07:26 +01:00
parent a1e228d4ee
commit 2326b114c2

View file

@ -13,5 +13,5 @@ itertools = "0.8.0"
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
rustpython-parser = { path = "../parser", version = "0.1.1" }
num-complex = { version = "0.2", features = ["serde"] }
log = "0.3"
arrayvec = "0.4"
log = "0.4"
arrayvec = "0.5"