From f8b00e8954bfa0462af0c123529f7e619ac72053 Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Wed, 2 Sep 2020 16:06:20 +0200 Subject: [PATCH] Upgraded dependencies --- boa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa/Cargo.toml b/boa/Cargo.toml index cebba46a1d6..23b331b0f21 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -23,7 +23,7 @@ rustc-hash = "1.1.0" num-bigint = { version = "0.3.0", features = ["serde"] } num-integer = "0.1.43" bitflags = "1.2.1" -indexmap = "1.5.1" +indexmap = "1.5.2" ryu-js = "0.2.0" chrono = "0.4.15"