From 1507b8c9843262d6514ed61fdba115671dfb7bfe Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 8 Dec 2021 19:12:14 -0500 Subject: fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025) --- core/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index 760ad2ee5..0bc5f103a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,8 +15,7 @@ path = "lib.rs" [dependencies] anyhow = "1.0.43" futures = "0.3.16" -# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved -indexmap = "=1.6.2" +indexmap = "1.7.0" lazy_static = "1.4.0" libc = "0.2.106" log = "0.4.14" -- cgit v1.2.3