From 76728bb69da315d06905c3a043e76d6a6769a000 Mon Sep 17 00:00:00 2001 From: Noa <33094578+coolreader18@users.noreply.github.com> Date: Mon, 13 Sep 2021 13:01:55 -0500 Subject: [PATCH] Run cargo upgrade --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd3960a..3a133ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" edition = "2021" [dependencies] -indexmap = "1.0" +indexmap = "1.7.0" itertools = "0.10.0" rustpython-bytecode = { path = "../bytecode", version = "0.1.1" } rustpython-ast = { path = "../ast", features = ["unparse"] }