From ed01cd63eeb88c57e53c17ae47aa8da8ee17c75a Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Thu, 10 Oct 2019 21:07:26 +0100 Subject: [PATCH] upgrade low-risk deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32abc885e7..54eca24746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"